1
0
Fork 0

mmc: sdhci-dove: Fix compile error by including module.h

This patch fixes a compile error in drivers/mmc/host/sdhci-dove.c
by including the linux/module.h file.

Signed-off-by: Alf Høgemark <alf@i100.no>
Cc: <stable@vger.kernel.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
hifive-unleashed-5.1
Alf Høgemark 2012-04-04 12:27:09 -04:00 committed by Chris Ball
parent 4188bba0e9
commit 8c2fc8e413
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
*/
#include <linux/io.h>
#include <linux/module.h>
#include <linux/mmc/host.h>
#include "sdhci-pltfm.h"