Commit 8c2fc8e4 authored by Alf Høgemark's avatar Alf Høgemark Committed by Chris Ball

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: default avatarAlf Høgemark <alf@i100.no>
Cc: <stable@vger.kernel.org>
Signed-off-by: default avatarChris Ball <cjb@laptop.org>
parent 4188bba0
......@@ -20,6 +20,7 @@
*/
#include <linux/io.h>
#include <linux/module.h>
#include <linux/mmc/host.h>
#include "sdhci-pltfm.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment