From: Paul Gortmaker Date: Sat, 2 May 2015 00:02:30 +0000 (-0400) Subject: drivers/hsi: include for modular omap_ssi code X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a1a0bec593623f49740d7900e4b862c534f219bf;p=linux-beck.git drivers/hsi: include for modular omap_ssi code These files are built off of a tristate Kconfig option and also contain modular function calls so they should explicitly include module.h to avoid compile breakage during header shuffles done in the future. We change the one header file wich gives us coverage on both files: drivers/hsi/controllers/omap_ssi.c drivers/hsi/controllers/omap_ssi_port.c Cc: Sebastian Reichel Signed-off-by: Paul Gortmaker --- diff --git a/drivers/hsi/controllers/omap_ssi.h b/drivers/hsi/controllers/omap_ssi.h index 9d056417d88c..f9aaf37262be 100644 --- a/drivers/hsi/controllers/omap_ssi.h +++ b/drivers/hsi/controllers/omap_ssi.h @@ -24,6 +24,7 @@ #define __LINUX_HSI_OMAP_SSI_H__ #include +#include #include #include #include