From: Mark Brown Date: Fri, 29 Jul 2011 14:35:00 +0000 (+0100) Subject: mmc: sdhci-s3c: Fix build for header change X-Git-Tag: Ubuntu-5.4-5.4.0-11.14~20802^2~9 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=55156d240a4d41d47310278c5139e24517f1c65b;p=mirror_ubuntu-focal-kernel.git 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: Mark Brown Signed-off-by: Chris Ball --- diff --git a/drivers/mmc/host/sdhci-s3c.c b/drivers/mmc/host/sdhci-s3c.c index 03da44a1b2ab..2bd7bf4fece7 100644 --- a/drivers/mmc/host/sdhci-s3c.c +++ b/drivers/mmc/host/sdhci-s3c.c @@ -19,6 +19,7 @@ #include #include #include +#include #include