Commit 089f26d5 authored by David Woodhouse's avatar David Woodhouse
Browse files

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

parent d85004eb
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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		*/