]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - lib/bitmap.c
lib: reduce the use of module.h wherever possible
[mirror_ubuntu-bionic-kernel.git] / lib / bitmap.c
index 0d4a127dd9b3d478091a471df6386b7f85b25bbc..6ce1e3b6a52c907dd63a19ecefbc1a80f95c3835 100644 (file)
@@ -5,7 +5,8 @@
  * This source code is licensed under the GNU General Public License,
  * Version 2.  See the file COPYING for more details.
  */
-#include <linux/module.h>
+#include <linux/export.h>
+#include <linux/thread_info.h>
 #include <linux/ctype.h>
 #include <linux/errno.h>
 #include <linux/bitmap.h>