add necessary includes
authorEugene Konev <ejka@openwrt.org>
Sun, 23 Sep 2007 08:13:08 +0000 (08:13 +0000)
committerEugene Konev <ejka@openwrt.org>
Sun, 23 Sep 2007 08:13:08 +0000 (08:13 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8974 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar7/files/include/asm-mips/ar7/vlynq.h

index 12865be..e2cfe87 100644 (file)
 #ifndef __VLYNQ_H__
 #define __VLYNQ_H__
 
+#include <linux/device.h>
+#include <linux/module.h>
+#include <linux/types.h>
+
 struct vlynq_mapping {
        u32 size;
        u32 offset;