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>
此提交包含在:
Alexander Beregalov
2009-04-16 15:23:03 +00:00
提交者 David S. Miller
父節點 6498be3fba
當前提交 f6a2629353
共有 3 個檔案被更改,包括 3 行新增0 行删除

查看文件

@@ -23,6 +23,7 @@
#include <linux/init.h>
#include <linux/errno.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/slab.h>
#include <linux/rtnetlink.h>
#include <linux/interrupt.h>