Blackfin arch: include linux headers that this one uses definitions from fro sport...
authorMike Frysinger <vapier.adi@gmail.com>
Sat, 28 Mar 2009 09:43:01 +0000 (17:43 +0800)
committerBryan Wu <cooloney@kernel.org>
Sat, 28 Mar 2009 09:43:01 +0000 (17:43 +0800)
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
arch/blackfin/include/asm/bfin_sport.h

index 65a651d..d416959 100644 (file)
@@ -9,6 +9,13 @@
 #ifndef __BFIN_SPORT_H__
 #define __BFIN_SPORT_H__
 
+#ifdef __KERNEL__
+#include <linux/cdev.h>
+#include <linux/mutex.h>
+#include <linux/sched.h>
+#include <linux/wait.h>
+#endif
+
 #define SPORT_MAJOR    237
 #define SPORT_NR_DEVS  2