VisionFive2 Linux kernel

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

More than 9999 Commits   32 Branches   54 Tags
author: Paul Gortmaker <paul.gortmaker@windriver.com> 2011-11-16 21:29:17 -0500 committer: Paul Gortmaker <paul.gortmaker@windriver.com> 2012-03-07 15:04:04 -0500 commit: 8bc3bcc93a2b4e47d5d410146f6546bca6171663 parent: 630d9c47274aa89bfa77fe6556d7818bdcb12992
Commit Summary:
lib: reduce the use of module.h wherever possible
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/lib/atomic64.c b/lib/atomic64.c
index 3975470caf4f..978537809d84 100644
--- a/lib/atomic64.c
+++ b/lib/atomic64.c
@@ -13,7 +13,7 @@
 #include <linux/cache.h>
 #include <linux/spinlock.h>
 #include <linux/init.h>
-#include <linux/module.h>
+#include <linux/export.h>
 #include <linux/atomic.h>
 
 /*