lguest: add export.h to lguest files for THIS_MODULE/EXPORT_SYMBOL
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 21 Jul 2011 17:03:20 +0000 (13:03 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:32:13 +0000 (19:32 -0400)
commit39a0e33da0189c99ed3cea6945cda1bc9f4b7b83
tree3503a8213edf62c7b5b20c06a38ed5a8208cde7b
parent51441d434f621c5c74470b36579ae7c9fb5b7139
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 <paul.gortmaker@windriver.com>
arch/x86/lguest/boot.c
drivers/lguest/lguest_device.c
drivers/lguest/lguest_user.c