Skip to content

Commit

Permalink
mmc: sdhci-dove: Fix compile error by including module.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alf Høgemark authored and Chris Ball committed Apr 6, 2012
1 parent 4188bba commit 8c2fc8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mmc/host/sdhci-dove.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
*/

#include <linux/io.h>
#include <linux/module.h>
#include <linux/mmc/host.h>

#include "sdhci-pltfm.h"
Expand Down

0 comments on commit 8c2fc8e

Please sign in to comment.