Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf0d5249 authored by Dave Jones's avatar Dave Jones Committed by David S. Miller
Browse files

[NET]: Remove unnecessary config.h includes from net/



config.h is automatically included by kbuild these days.

Signed-off-by: default avatarDave Jones <davej@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f0fd27d4
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
/* ATM driver model support. */
/* ATM driver model support. */


#include <linux/config.h>
#include <linux/kernel.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/init.h>
#include <linux/kobject.h>
#include <linux/kobject.h>
+1 −2
Original line number Original line Diff line number Diff line
@@ -21,7 +21,6 @@
 *	2 of the License, or (at your option) any later version.
 *	2 of the License, or (at your option) any later version.
 */
 */


#include <linux/config.h> 
#include <linux/module.h>
#include <linux/module.h>
#include <asm/uaccess.h>
#include <asm/uaccess.h>
#include <asm/system.h>
#include <asm/system.h>
+0 −1
Original line number Original line Diff line number Diff line
@@ -72,7 +72,6 @@


/***************************** INCLUDES *****************************/
/***************************** INCLUDES *****************************/


#include <linux/config.h>		/* Not needed ??? */
#include <linux/module.h>
#include <linux/module.h>
#include <linux/types.h>		/* off_t */
#include <linux/types.h>		/* off_t */
#include <linux/netdevice.h>		/* struct ifreq, dev_get_by_name() */
#include <linux/netdevice.h>		/* struct ifreq, dev_get_by_name() */
+0 −1
Original line number Original line Diff line number Diff line
@@ -67,7 +67,6 @@
 *		2 of the License, or (at your option) any later version.
 *		2 of the License, or (at your option) any later version.
 */
 */


#include <linux/config.h>
#include <linux/err.h>
#include <linux/err.h>
#include <linux/errno.h>
#include <linux/errno.h>
#include <linux/types.h>
#include <linux/types.h>
+0 −1
Original line number Original line Diff line number Diff line
@@ -31,7 +31,6 @@
 *              --  Josef Siemes <jsiemes@web.de>, Aug 2002
 *              --  Josef Siemes <jsiemes@web.de>, Aug 2002
 */
 */


#include <linux/config.h>
#include <linux/types.h>
#include <linux/types.h>
#include <linux/string.h>
#include <linux/string.h>
#include <linux/kernel.h>
#include <linux/kernel.h>
Loading