Arnd Bergmann dc0d79b5c9 scsi: fas216: avoid fas216_log_setup for loadable module
We get a warning for the fas216 driver when it is compiled as a loadable
module, as the __setup() functions are never called then:

scsi/arm/fas216.c:101:19: warning: 'fas216_log_setup' defined but not used [-Wunused-function]
 static int __init fas216_log_setup(char *str)

This adds an #ifndef MODULE around the definition to shut up the warning
and clarify for the reader when it is used or not.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2016-02-23 21:27:02 -05:00
..
2011-03-31 11:26:23 -03:00
2016-01-06 21:43:09 -05:00
2013-04-09 14:13:26 -04:00
2007-07-31 15:39:39 -07:00
2016-01-06 21:43:09 -05:00
2014-07-17 22:07:37 +02:00