mtd: Add module.h to drivers users that were implicitly using it.
[deliverable/linux.git] / drivers / mtd / redboot.c
index 7a87d07cd79f4bcae8dcf11241d0b052fa765cd9..84b4dda023f4e1d2b870f25b779d6090ca30e8a5 100644 (file)
@@ -28,6 +28,7 @@
 
 #include <linux/mtd/mtd.h>
 #include <linux/mtd/partitions.h>
+#include <linux/module.h>
 
 struct fis_image_desc {
     unsigned char name[16];      // Null terminated name
This page took 0.023587 seconds and 5 git commands to generate.