]> git.karo-electronics.de Git - karo-tx-linux.git/commit
lguest: add export.h to lguest_device.c for THIS_MODULE
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 21 Jul 2011 17:03:20 +0000 (13:03 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 26 Aug 2011 15:52:06 +0000 (11:52 -0400)
commitd8e4363ce2f022507099ef07aa260a85231066d2
tree3eb9d9dcc94cafcf5df8e4da889f9ccfbf9edf45
parent963c64d1438049cc28b6ddcd08e890ec30862704
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 <paul.gortmaker@windriver.com>
drivers/lguest/lguest_device.c