From 53ea219cd18140a8d41d7b1b6d6735ba493a67bb Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Tue, 31 Mar 2009 03:42:58 +0000 Subject: [PATCH] gianfar: Remove unused header Now that the driver is exclusively an of_platform driver we no longer use the structs and #defines in fsl_devices.h Signed-off-by: Kumar Gala Signed-off-by: David S. Miller --- drivers/net/gianfar.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/gianfar.h b/drivers/net/gianfar.h index dd499d7..0642d52 100644 --- a/drivers/net/gianfar.h +++ b/drivers/net/gianfar.h @@ -45,7 +45,6 @@ #include #include #include -#include /* The maximum number of packets to be handled in one call of gfar_poll */ #define GFAR_DEV_WEIGHT 64 -- 2.7.4