]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - kernel/semaphore.c
Freezer: fix more fallout from the thaw_process rename
[karo-tx-linux.git] / kernel / semaphore.c
index d831841e55a7cb545a390cd5494ff6d04b3a7817..60636a4e25c3d47217100f9a89dcb3ee96452d54 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <linux/compiler.h>
 #include <linux/kernel.h>
-#include <linux/module.h>
+#include <linux/export.h>
 #include <linux/sched.h>
 #include <linux/semaphore.h>
 #include <linux/spinlock.h>