Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 55156d24 authored by Mark Brown's avatar Mark Brown Committed by Chris Ball
Browse files

mmc: sdhci-s3c: Fix build for header change



A header change has removed an implicit inclusion of module.h, breaking
the build due to the use of THIS_MODULE. Fix that.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarChris Ball <cjb@laptop.org>
parent 9b7bbe10
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
#include <linux/clk.h>
#include <linux/io.h>
#include <linux/gpio.h>
#include <linux/module.h>

#include <linux/mmc/host.h>