Gitweb: http://git.kernel.org/linus/53ea219cd18140a8d41d7b1b6d6735ba493a67bb Commit: 53ea219cd18140a8d41d7b1b6d6735ba493a67bb Parent: 4ff61c8f7b5e1e60620a04a64ac0715c0822fdac Author: Kumar Gala <galak@kernel.crashing.org> AuthorDate: Tue Mar 31 03:42:58 2009 +0000 Committer: David S. Miller <davem@davemloft.net> CommitDate: Thu Apr 2 01:13:47 2009 -0700 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 <galak@kernel.crashing.org> Signed-off-by: David S. Miller <davem@davemloft.net> --- drivers/net/gianfar.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) 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 <linux/crc32.h> #include <linux/workqueue.h> #include <linux/ethtool.h> -#include <linux/fsl_devices.h> /* The maximum number of packets to be handled in one call of gfar_poll */ #define GFAR_DEV_WEIGHT 64 -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
