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/wan/sdla.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/wan/sdla.c')
-rw-r--r-- | drivers/net/wan/sdla.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wan/sdla.c b/drivers/net/wan/sdla.c index 7628c2d81f45..0ba018f8382b 100644 --- a/drivers/net/wan/sdla.c +++ b/drivers/net/wan/sdla.c | |||
@@ -32,7 +32,6 @@ | |||
32 | * 2 of the License, or (at your option) any later version. | 32 | * 2 of the License, or (at your option) any later version. |
33 | */ | 33 | */ |
34 | 34 | ||
35 | #include <linux/config.h> /* for CONFIG_DLCI_MAX */ | ||
36 | #include <linux/module.h> | 35 | #include <linux/module.h> |
37 | #include <linux/kernel.h> | 36 | #include <linux/kernel.h> |
38 | #include <linux/types.h> | 37 | #include <linux/types.h> |