From: David Howells Date: Fri, 20 Nov 2009 21:50:40 +0000 (+0000) Subject: SLOW_WORK: Fix GFS2 to #include before using THIS_MODULE X-Git-Tag: v2.6.32~58^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c2ea8a2c0b71cc5e07f518370d458d692c9b21a;p=profile%2Fcommon%2Fkernel-common.git SLOW_WORK: Fix GFS2 to #include before using THIS_MODULE GFS2 has been altered to pass THIS_MODULE to slow_work_register_user(), but hasn't been altered to #include to provide it, resulting in the following error: fs/gfs2/recovery.c:596: error: 'THIS_MODULE' undeclared here (not in a function) Add the missing #include. Signed-off-by: David Howells --- diff --git a/fs/gfs2/recovery.c b/fs/gfs2/recovery.c index b2bb779..09fa319 100644 --- a/fs/gfs2/recovery.c +++ b/fs/gfs2/recovery.c @@ -7,6 +7,7 @@ * of the GNU General Public License version 2. */ +#include #include #include #include