From: Paul Gortmaker Date: Sun, 10 Jul 2011 16:23:16 +0000 (-0400) Subject: drivers/isdn: Add export.h for THIS_MODULE to capi/kcapi_proc.c X-Git-Tag: next-20110826~3^2~64 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=268e6319cefafcc40e5dabdb64b6e4836294842b;p=karo-tx-linux.git drivers/isdn: Add export.h for THIS_MODULE to capi/kcapi_proc.c In preparation of the module.h usage cleanup, call out the header that we need to get THIS_MODULE into scope. Signed-off-by: Paul Gortmaker --- diff --git a/drivers/isdn/capi/kcapi_proc.c b/drivers/isdn/capi/kcapi_proc.c index ea2dff602e49..8d51cd1bf674 100644 --- a/drivers/isdn/capi/kcapi_proc.c +++ b/drivers/isdn/capi/kcapi_proc.c @@ -14,6 +14,7 @@ #include #include #include +#include static char *state2str(unsigned short state) {