VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Paul Gortmaker <paul.gortmaker@windriver.com> 2011-08-01 10:58:14 -0400 committer: Paul Gortmaker <paul.gortmaker@windriver.com> 2011-10-31 19:32:01 -0400 commit: 8aaf7a0e37d1560d274da1104bc91273b37e2c52 parent: 4d184129b2f91e41d357e920a25a83317d79dfe2
Commit Summary:
drivers/zorro: Add export.h to proc.c
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/drivers/zorro/proc.c b/drivers/zorro/proc.c
index e0c84725d3e9..988880dcee75 100644
--- a/drivers/zorro/proc.c
+++ b/drivers/zorro/proc.c
@@ -13,6 +13,7 @@
 #include <linux/proc_fs.h>
 #include <linux/seq_file.h>
 #include <linux/init.h>
+#include <linux/export.h>
 #include <asm/uaccess.h>
 #include <asm/amigahw.h>
 #include <asm/setup.h>