From: Paul Gortmaker Date: Thu, 21 Jul 2011 17:03:20 +0000 (-0400) Subject: lguest: add export.h to lguest_device.c for THIS_MODULE X-Git-Tag: next-20110829~4^2~28 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d8e4363ce2f022507099ef07aa260a85231066d2;p=karo-tx-linux.git lguest: add export.h to lguest_device.c for THIS_MODULE We need this in advance of the module.h cleanup, or we'll get: CC drivers/lguest/lguest_device.o drivers/lguest/lguest_device.c: In function ‘lguest_devices_init’: drivers/lguest/lguest_device.c:490: error: ‘THIS_MODULE’ undeclared (first use in this function) Signed-off-by: Paul Gortmaker --- diff --git a/drivers/lguest/lguest_device.c b/drivers/lguest/lguest_device.c index 5289ffa2e500..0dc30ffde5ad 100644 --- a/drivers/lguest/lguest_device.c +++ b/drivers/lguest/lguest_device.c @@ -15,6 +15,7 @@ #include #include #include +#include #include #include #include