Skip to content

Commit

Permalink
Don't include <linux/config.h> and <linux/linkage.h> from linux/socket.h
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <[email protected]>
  • Loading branch information
dwmw2 committed Apr 25, 2006
1 parent d85004e commit 089f26d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ struct __kernel_sockaddr_storage {

#if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)

#include <linux/config.h> /* for CONFIG_COMPAT */
#include <linux/linkage.h>
#include <asm/socket.h> /* arch-dependent defines */
#include <linux/sockios.h> /* the SIOCxxx I/O controls */
#include <linux/uio.h> /* iovec support */
Expand Down

0 comments on commit 089f26d

Please sign in to comment.