OSDN Git Service

mmc: sdhci-dove: Fix compile error by including module.h
[uclinux-h8/linux.git] / drivers / mmc / host / sdhci-dove.c
index 46fd1fd..177f697 100644 (file)
@@ -20,6 +20,7 @@
  */
 
 #include <linux/io.h>
+#include <linux/module.h>
 #include <linux/mmc/host.h>
 
 #include "sdhci-pltfm.h"