]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Thu, 6 Oct 2011 18:10:02 +0000 (14:10 -0400)
commitf1cfa96f98b272a1822c0bc450a9d1d90fb89dc7
tree9e49083315b9ea947a399d48a33d8f1eef55b4b7
parent33f638fca6afbbfeb59fd801e637374cd14da7c1
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