diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-03-17 13:29:52 +0100 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2016-03-18 20:35:23 +0100 |
commit | c80fa12e6d4ab07b6aff9be1b3be7df265b9497b (patch) | |
tree | a42c8352889de8795d9beee1cc4d0951663f3139 /drivers/scsi/scsi_common.c | |
parent | scsi: fc: use get/put_unaligned64 for wwn access (diff) | |
download | linux-c80fa12e6d4ab07b6aff9be1b3be7df265b9497b.tar.xz linux-c80fa12e6d4ab07b6aff9be1b3be7df265b9497b.zip |
scsi: ufs: select CONFIG_NLS
A recent change to ufshcd introduced a call to utf16s_to_utf8s, a
function that is provided by the NLS module, so we get a link error when
that is not present:
drivers/scsi/built-in.o: In function `ufshcd_read_string_desc':
:(.text+0x124d0): undefined reference to `utf16s_to_utf8s'
This adds a Kconfig 'select' statement to avoid the build error.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: b573d484e4ff ("scsi: ufs: add support to read device and string descriptors")
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/scsi_common.c')
0 files changed, 0 insertions, 0 deletions