Skip to content

Commit

Permalink
m68k: switch to using the asm-generic sockios.h
Browse files Browse the repository at this point in the history
We don't need a local sockios.h, switch to using the asm-generic version.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
  • Loading branch information
Greg Ungerer authored and Geert Uytterhoeven committed Nov 14, 2012
1 parent 8918344 commit b6f0b0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion arch/m68k/include/uapi/asm/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ generic-y += msgbuf.h
generic-y += sembuf.h
generic-y += shmbuf.h
generic-y += socket.h
generic-y += sockios.h

header-y += a.out.h
header-y += byteorder.h
Expand All @@ -19,7 +20,6 @@ header-y += ptrace.h
header-y += setup.h
header-y += sigcontext.h
header-y += signal.h
header-y += sockios.h
header-y += stat.h
header-y += swab.h
header-y += termbits.h
Expand Down
13 changes: 0 additions & 13 deletions arch/m68k/include/uapi/asm/sockios.h

This file was deleted.

0 comments on commit b6f0b0b

Please sign in to comment.