Skip to content

Commit

Permalink
[PATCH] remove unnecessary config.h includes from drivers/net/
Browse files Browse the repository at this point in the history
config.h is automatically included by kbuild these days.

Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Dave Jones authored and Jeff Garzik committed Aug 14, 2006
1 parent 0c913bd commit bcd6837
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion drivers/net/3c501.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ static const char version[] =
#include <linux/slab.h>
#include <linux/string.h>
#include <linux/errno.h>
#include <linux/config.h> /* for CONFIG_IP_MULTICAST */
#include <linux/spinlock.h>
#include <linux/ethtool.h>
#include <linux/delay.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/net/hp100.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
#include <linux/etherdevice.h>
#include <linux/skbuff.h>
#include <linux/types.h>
#include <linux/config.h> /* for CONFIG_PCI */
#include <linux/delay.h>
#include <linux/init.h>
#include <linux/bitops.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/net/irda/mcs7780.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@

#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/config.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/errno.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/net/irda/w83977af_ir.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
********************************************************************/

#include <linux/module.h>
#include <linux/config.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/skbuff.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/net/netx-eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#include <linux/config.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/kernel.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/net/phy/smsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*
*/

#include <linux/config.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/mii.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/net/phy/vitesse.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
*
*/

#include <linux/config.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/mii.h>
Expand Down
2 changes: 0 additions & 2 deletions drivers/net/smc911x.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ static const char version[] =
)
#endif


#include <linux/config.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/kernel.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/net/wan/cycx_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
* 1998/08/08 acme Initial version.
*/

#include <linux/config.h> /* OS configuration options */
#include <linux/stddef.h> /* offsetof(), etc. */
#include <linux/errno.h> /* return codes */
#include <linux/string.h> /* inline memset(), etc. */
Expand Down
1 change: 0 additions & 1 deletion drivers/net/wan/dlci.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
* 2 of the License, or (at your option) any later version.
*/

#include <linux/config.h> /* for CONFIG_DLCI_COUNT */
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/types.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/net/wan/sdla.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
* 2 of the License, or (at your option) any later version.
*/

#include <linux/config.h> /* for CONFIG_DLCI_MAX */
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/types.h>
Expand Down

0 comments on commit bcd6837

Please sign in to comment.