diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-01-27 16:57:23 +0100 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2016-02-23 21:27:02 -0500 |
commit | 0c994c03c926d26ce48e6bbabbbe60366044fcae (patch) | |
tree | 9d4129ec1cd734ffcac8f779129c167784db5b59 /drivers/scsi/ufs | |
parent | ec54adfb2422855e3e69592ca95cd28dca9a3f01 (diff) | |
download | linux-0c994c03c926d26ce48e6bbabbbe60366044fcae.tar.gz linux-0c994c03c926d26ce48e6bbabbbe60366044fcae.tar.bz2 linux-0c994c03c926d26ce48e6bbabbbe60366044fcae.zip |
scsi_dh: force modular build if SCSI is a module
When the scsi_dh core was moved into the scsi core module,
CONFIG_SCSI_DH became a 'bool' option, and now anything depending on it
can be built-in even when CONFIG_SCSI=m. This of course cannot link
successfully:
drivers/scsi/built-in.o: In function `rdac_init':
scsi_dh_alua.c:(.init.text+0x14): undefined reference to `scsi_register_device_handler'
scsi_dh_alua.c:(.init.text+0x64): undefined reference to `scsi_unregister_device_handler'
drivers/scsi/built-in.o: In function `alua_init':
scsi_dh_alua.c:(.init.text+0xb0): undefined reference to `scsi_register_device_handler'
As a workaround, this adds an extra dependency on CONFIG_SCSI, so
Kconfig can figure out whether built-in is allowed or not.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: 086b91d052eb ("scsi_dh: integrate into the core SCSI code")
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/ufs')
0 files changed, 0 insertions, 0 deletions