Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2b7cbe20 authored by James Bottomley's avatar James Bottomley Committed by James Bottomley
Browse files

[SCSI] fix up SCSI netlink build



CONFIG_SCSI_NETLINK can become a bool since the item its
selecting (CONFIG_NET) cannot be a module.

Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent a01e70e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -28,7 +28,7 @@ config SCSI
	  (the one containing the directory /) is located on a SCSI device.
	  (the one containing the directory /) is located on a SCSI device.


config SCSI_NETLINK
config SCSI_NETLINK
	tristate
	bool
	default	n
	default	n
	select NET
	select NET