mbox series

[0/2] scsi: nsp_cs: MODULE_LICENSE clean up and compile test

Message ID 20191105085609.2338-1-johan@kernel.org (mailing list archive)
Headers show
Series scsi: nsp_cs: MODULE_LICENSE clean up and compile test | expand

Message

Johan Hovold Nov. 5, 2019, 8:56 a.m. UTC
We had two drivers in the tree needlessly checking whether
MODULE_LICENSE was defined, this fixes the second one.

In order to compile test this on a 64-bit machine I added COMPILE_TEST
to the current !64BIT dependency.

Johan


Johan Hovold (2):
  scsi: nsp_cs: drop redundant MODULE_LICENSE ifdef
  scsi: nsp_cs: enable compile-testing on 64-bit

 drivers/scsi/pcmcia/Kconfig  | 2 +-
 drivers/scsi/pcmcia/nsp_cs.c | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

Comments

Martin K. Petersen Nov. 13, 2019, 3:07 a.m. UTC | #1
Johan,

> We had two drivers in the tree needlessly checking whether
> MODULE_LICENSE was defined, this fixes the second one.

Applied to 5.5/scsi-queue, thanks!