Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Don't include <linux/config.h> and <linux/linkage.h> from linux/socket.h

Signed-off-by: David Woodhouse <dwmw2@infradead.org>

-2
-2
include/linux/socket.h
··· 18 18 19 19 #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2) 20 20 21 - #include <linux/config.h> /* for CONFIG_COMPAT */ 22 - #include <linux/linkage.h> 23 21 #include <asm/socket.h> /* arch-dependent defines */ 24 22 #include <linux/sockios.h> /* the SIOCxxx I/O controls */ 25 23 #include <linux/uio.h> /* iovec support */