]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - lib/rwsem-spinlock.c
lib: reduce the use of module.h wherever possible
[mv-sheeva.git] / lib / rwsem-spinlock.c
index f2393c21fe850a9b908ab1cfa344e120a12be0b5..7e0d6a58fc830d1fba2de91427047ee230f431ea 100644 (file)
@@ -7,7 +7,7 @@
  */
 #include <linux/rwsem.h>
 #include <linux/sched.h>
-#include <linux/module.h>
+#include <linux/export.h>
 
 struct rwsem_waiter {
        struct list_head list;