diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2009-03-31 07:42:59 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-04-02 12:13:48 +0400 |
commit | 530e2eba0b49ec1d1321dd8ac8bf6b5376e7b684 (patch) | |
tree | a79d795faa93602b9aedc844c9de48dfa3245a1c /drivers/net/ucc_geth.h | |
parent | 53ea219cd18140a8d41d7b1b6d6735ba493a67bb (diff) | |
download | linux-530e2eba0b49ec1d1321dd8ac8bf6b5376e7b684.tar.xz |
ucc_geth: 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>
Diffstat (limited to 'drivers/net/ucc_geth.h')
-rw-r--r-- | drivers/net/ucc_geth.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ucc_geth.h b/drivers/net/ucc_geth.h index e3a25e64a652..48fde5ad6a34 100644 --- a/drivers/net/ucc_geth.h +++ b/drivers/net/ucc_geth.h @@ -20,7 +20,6 @@ #include <linux/kernel.h> #include <linux/list.h> -#include <linux/fsl_devices.h> #include <asm/immap_qe.h> #include <asm/qe.h> |