Skip to content

Commit

Permalink
m68k: switch to using the asm-generic socket.h
Browse files Browse the repository at this point in the history
We don't need a local socket.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 8e2e765 commit 8918344
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 73 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 @@ -5,6 +5,7 @@ generic-y += auxvec.h
generic-y += msgbuf.h
generic-y += sembuf.h
generic-y += shmbuf.h
generic-y += socket.h

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

This file was deleted.

0 comments on commit 8918344

Please sign in to comment.