[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>
This commit is contained in:
Dave Jones
2006-08-10 21:37:13 -04:00
committed by Jeff Garzik
parent 0c913bdf3e
commit bcd6837387
11 changed files with 0 additions and 12 deletions

View File

@ -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>