From: Geert Uytterhoeven Date: Sat, 3 Jan 2015 22:00:16 +0000 (+0100) Subject: g_NCR5380: Kill compiler warning if builtin X-Git-Tag: omap-for-v4.1/fixes-rc1~120^2~104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b026e8ed55e05a81018ba4ce73ca0cf2c9300950;p=pandora-kernel.git g_NCR5380: Kill compiler warning if builtin If CONFIG_SCSI_GENERIC_NCR5380=y: drivers/scsi/g_NCR5380.c:727: warning: 'id_table' defined but not used In the non-modular case, MODULE_DEVICE_TABLE() expands to nothing, and id_table is not referenced. Correct the existing #ifdef to fix this. Signed-off-by: Geert Uytterhoeven Signed-off-by: Finn Thain Signed-off-by: James Bottomley --- Reading git-diff-tree failed