From: Paul Gortmaker Date: Sun, 3 Jul 2011 17:38:03 +0000 (-0400) Subject: drivers/firmware: Add module.h to google/gsmi.c X-Git-Tag: next-20110812~2^2~72 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7d7edc829a926767434710a9052cb0e7ab006030;p=karo-tx-linux.git drivers/firmware: Add module.h to google/gsmi.c This file really needs the full module.h header file present, but was just getting it implicitly before. Fix it up in advance so we avoid build failures once the cleanup commit is present. Signed-off-by: Paul Gortmaker --- diff --git a/drivers/firmware/google/gsmi.c b/drivers/firmware/google/gsmi.c index 68810fd1a59d..e4f7ebada023 100644 --- a/drivers/firmware/google/gsmi.c +++ b/drivers/firmware/google/gsmi.c @@ -27,6 +27,7 @@ #include #include #include +#include #define GSMI_SHUTDOWN_CLEAN 0 /* Clean Shutdown */ /* TODO(mikew@google.com): Tie in HARDLOCKUP_DETECTOR with NMIWDT */