Skip to content

Commit

Permalink
CRIS: UAPI: use generic sockios.h
Browse files Browse the repository at this point in the history
CRIS' sockios.h is equivalent to the asm-generic version.

Effective diff:

 -#ifndef __ARCH_CRIS_SOCKIOS__
 -#define __ARCH_CRIS_SOCKIOS__
 +#ifndef __ASM_GENERIC_SOCKIOS_H
 +#define __ASM_GENERIC_SOCKIOS_H

Signed-off-by: Rabin Vincent <[email protected]>
Signed-off-by: Jesper Nilsson <[email protected]>
  • Loading branch information
vitkyrka authored and Jesper Nilsson committed Sep 4, 2015
1 parent 889d74a commit c823b97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
1 change: 1 addition & 0 deletions arch/cris/include/asm/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ generic-y += preempt.h
generic-y += resource.h
generic-y += sections.h
generic-y += siginfo.h
generic-y += sockios.h
generic-y += statfs.h
generic-y += topology.h
generic-y += trace_clock.h
Expand Down
13 changes: 0 additions & 13 deletions arch/cris/include/uapi/asm/sockios.h

This file was deleted.

0 comments on commit c823b97

Please sign in to comment.