diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2014-09-16 00:20:42 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-09-16 04:06:57 (GMT) |
commit | 95cd6f488d164de462a8279e802a0ad05c33d167 (patch) | |
tree | a961e541bc09ddbadde533a0acab90bacf758e14 /MAINTAINERS | |
parent | fe42048e2a7a2b96acf1c60c7b0eb8ad14e00f44 (diff) | |
download | linux-95cd6f488d164de462a8279e802a0ad05c33d167.tar.xz |
scsi: fix build errors, SCSI_FC_ATTRS needs to depend on SCSI && NET
Fix build errors when CONFIG_SCSI_NETLINK is enabled but
CONFIG_NET is not enabled:
drivers/built-in.o: In function `scsi_nl_rcv_msg':
scsi_netlink.c:(.text+0x1850fa): undefined reference to `netlink_ack'
scsi_netlink.c:(.text+0x185105): undefined reference to `skb_pull'
scsi_netlink.c:(.text+0x18515d): undefined reference to `netlink_capable'
drivers/built-in.o: In function `scsi_netlink_init':
(.text+0x185244): undefined reference to `init_net'
drivers/built-in.o: In function `scsi_netlink_init':
(.text+0x185258): undefined reference to `__netlink_kernel_create'
drivers/built-in.o: In function `scsi_netlink_exit':
(.text+0x185291): undefined reference to `netlink_kernel_release'
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Anish Bhatt <anish@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions