diff options
author | Dave Jones <davej@redhat.com> | 2006-09-22 17:00:29 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-22 17:54:21 -0400 |
commit | bf0d52492d82ad70684e17c8a46942c13d0e140e (patch) | |
tree | d3d60f2eb4a19dc18d00a53f6aebeae60629234f /net/atm | |
parent | f0fd27d42e39b91f85e1840ec49b072fd6c545b8 (diff) |
[NET]: Remove unnecessary config.h includes from net/
config.h is automatically included by kbuild these days.
Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/atm')
-rw-r--r-- | net/atm/atm_sysfs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/atm/atm_sysfs.c b/net/atm/atm_sysfs.c index 5df4b9a068bb..c0a4ae28fcfa 100644 --- a/net/atm/atm_sysfs.c +++ b/net/atm/atm_sysfs.c | |||
@@ -1,6 +1,5 @@ | |||
1 | /* ATM driver model support. */ | 1 | /* ATM driver model support. */ |
2 | 2 | ||
3 | #include <linux/config.h> | ||
4 | #include <linux/kernel.h> | 3 | #include <linux/kernel.h> |
5 | #include <linux/init.h> | 4 | #include <linux/init.h> |
6 | #include <linux/kobject.h> | 5 | #include <linux/kobject.h> |