From: Tony Breeds Date: Thu, 24 Apr 2008 07:02:04 +0000 (+0200) Subject: ieee1394: silence defined but not used warning in non-modular builds X-Git-Tag: v2.6.26-rc1~1071^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e38649702ea64fdbbab3dd459bf8558142dd3bc4;p=pandora-kernel.git ieee1394: silence defined but not used warning in non-modular builds Currently the kernel will issue the following warning: drivers/ieee1394/raw1394.c:2938: warning: 'raw1394_id_table' defined but not used Add #ifdef MODULE guards around the declaration. Signed-off-by: Tony Breeds Ditto with dv1394_id_table and video1394_id_table. Signed-off-by: Stefan Richter --- Reading git-diff-tree failed