From 268e6319cefafcc40e5dabdb64b6e4836294842b Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Sun, 10 Jul 2011 12:23:16 -0400 Subject: [PATCH] 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 --- drivers/isdn/capi/kcapi_proc.c | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.39.5