diff options
author | Alexander Beregalov <a.beregalov@gmail.com> | 2009-04-16 11:23:03 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-04-17 04:14:52 -0400 |
commit | f6a2629353718e588820b731af43a445b6f35648 (patch) | |
tree | 491e9aa2816f64203d188c9ebe96ec8ccce3a0f9 /drivers/net/irda/pxaficp_ir.c | |
parent | 6498be3fba7b102132241be5763263e8e8bf6f9e (diff) |
irda: include etherdevice.h for eth_*() functions
Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/irda/pxaficp_ir.c')
-rw-r--r-- | drivers/net/irda/pxaficp_ir.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/irda/pxaficp_ir.c b/drivers/net/irda/pxaficp_ir.c index e8ced56b050f..3376a4f39e0a 100644 --- a/drivers/net/irda/pxaficp_ir.c +++ b/drivers/net/irda/pxaficp_ir.c | |||
@@ -14,6 +14,7 @@ | |||
14 | */ | 14 | */ |
15 | #include <linux/module.h> | 15 | #include <linux/module.h> |
16 | #include <linux/netdevice.h> | 16 | #include <linux/netdevice.h> |
17 | #include <linux/etherdevice.h> | ||
17 | #include <linux/platform_device.h> | 18 | #include <linux/platform_device.h> |
18 | #include <linux/clk.h> | 19 | #include <linux/clk.h> |
19 | 20 | ||