Commit 14ede310 authored by Brad Hards's avatar Brad Hards Committed by Jeff Garzik

Remove unneeded #includes from 3c359, sbni, and sdla_ft1 net drivers

parent 1c428a4b
......@@ -51,7 +51,6 @@
#include <linux/timer.h>
#include <linux/in.h>
#include <linux/ioport.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/proc_fs.h>
#include <linux/ptrace.h>
......
......@@ -64,11 +64,6 @@
#include <net/arp.h>
#include <linux/pci.h>
#ifndef MODULE
#include <linux/string.h>
#endif
#include <linux/config.h>
#include "sbni.h"
......
......@@ -23,7 +23,6 @@
#include <linux/module.h>
#include <linux/version.h>
#include <linux/kernel.h> /* printk(), and other useful stuff */
#include <linux/module.h>
#include <linux/stddef.h> /* offsetof(), etc. */
#include <linux/errno.h> /* return codes */
#include <linux/string.h> /* inline memset(), etc. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment