diff options
author | Dave Jones <davej@redhat.com> | 2006-08-10 21:37:13 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-08-14 14:00:43 -0400 |
commit | bcd68373877e74d8ca5039c10dc5d699ba5dc7d0 (patch) | |
tree | 17f105ffe56e49a9b7ee75e63eb2297fa1f558c5 /drivers/net/smc911x.c | |
parent | 0c913bdf3eb5a829724c286209c079e727935724 (diff) |
[PATCH] remove unnecessary config.h includes from drivers/net/
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>
Diffstat (limited to 'drivers/net/smc911x.c')
-rw-r--r-- | drivers/net/smc911x.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/smc911x.c b/drivers/net/smc911x.c index d37bd860b336..4c4adf4c2aea 100644 --- a/drivers/net/smc911x.c +++ b/drivers/net/smc911x.c | |||
@@ -55,8 +55,6 @@ static const char version[] = | |||
55 | ) | 55 | ) |
56 | #endif | 56 | #endif |
57 | 57 | ||
58 | |||
59 | #include <linux/config.h> | ||
60 | #include <linux/init.h> | 58 | #include <linux/init.h> |
61 | #include <linux/module.h> | 59 | #include <linux/module.h> |
62 | #include <linux/kernel.h> | 60 | #include <linux/kernel.h> |