From: Paul Gortmaker Date: Thu, 21 Jul 2011 17:03:20 +0000 (-0400) Subject: lguest: add export.h to lguest files for THIS_MODULE/EXPORT_SYMBOL X-Git-Tag: v3.2-rc1~22^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39a0e33da0189c99ed3cea6945cda1bc9f4b7b83;p=pandora-kernel.git lguest: add export.h to lguest files for THIS_MODULE/EXPORT_SYMBOL We need this in advance of the module.h cleanup, or we'll get compile errors like this: 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 --- Reading git-diff-tree failed