linux/drivers/scsi/csiostor
Greg Kroah-Hartman 43af2146ec scsi: csiostor: remove unneeded DRIVER_LICENSE #define
There is no need to #define the license of the driver, just put it in
the MODULE_LICENSE() line directly as a text string.

This allows tools that check that the module license matches the source
code license to work properly, as there is no need to unwind the
unneeded dereference, especially when the string is defined in a .h file
far away from the .c file it is used in.

Cc: "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
Cc: "Martin K. Petersen" <martin.petersen@oracle.com>
Cc: Varun Prakash <varun@chelsio.com>
Reported-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2017-12-04 20:32:53 -05:00
..
csio_attr.c
csio_defs.h
csio_hw_chip.h scsi: csiostor: add support for Chelsio T6 adapters 2017-06-12 20:48:04 -04:00
csio_hw_t5.c scsi: csiostor: add support for Chelsio T6 adapters 2017-06-12 20:48:04 -04:00
csio_hw.c scsi: csiostor: Convert timers to use timer_setup() 2017-11-01 11:27:04 -07:00
csio_hw.h scsi: csiostor: enable PCIe relaxed ordering if supported 2017-09-25 15:33:26 -04:00
csio_init.c scsi: csiostor: remove unneeded DRIVER_LICENSE #define 2017-12-04 20:32:53 -05:00
csio_init.h scsi: csiostor: remove unneeded DRIVER_LICENSE #define 2017-12-04 20:32:53 -05:00
csio_isr.c scsi: csiostor: switch to pci_alloc_irq_vectors 2017-04-06 12:57:03 -04:00
csio_lnode.c scsi: csiostor: Avoid content leaks and casts 2017-06-12 20:48:05 -04:00
csio_lnode.h
csio_mb.c SCSI misc on 20171114 2017-11-14 16:23:44 -08:00
csio_mb.h scsi: csiostor: Convert timers to use timer_setup() 2017-11-01 11:27:04 -07:00
csio_rnode.c
csio_rnode.h
csio_scsi.c scsi: csiostor: Replace PCI pool old API 2017-08-07 14:04:01 -04:00
csio_scsi.h
csio_wr.c scsi: csiostor: add support for Chelsio T6 adapters 2017-06-12 20:48:04 -04:00
csio_wr.h
Kconfig
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
t4fw_api_stor.h