Skip to content
Commit 39a0e33d authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 51441d43
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment