diff options
author | H Hartley Sweeten <[email protected]> | 2013-04-15 09:42:37 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2013-04-15 10:03:21 -0700 |
commit | af0f3a56fa680fd6e2d88d4d02e3676f0607cebd (patch) | |
tree | 89017b8592c35eb259827081accad1247bf21a27 | |
parent | 5f1e54e8c12219aa49a8fb3eb1503eefb5294ea3 (diff) |
scsi: pcmcia: nsp_cs: remove module init/exit function prototypes
This driver now uses the module_pcmcia_driver() macro to supply the
init/exit code. The nsp_cs_{init,exit} prototypes should be removed.
Reported-by: kbuild test robot <[email protected]>
Signed-off-by: H Hartley Sweeten <[email protected]>
Cc: YOKOTA Hiroshi <[email protected]>
Cc: "James E.J. Bottomley" <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/scsi/pcmcia/nsp_cs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/scsi/pcmcia/nsp_cs.h b/drivers/scsi/pcmcia/nsp_cs.h index 7fc9a9d0a448..4d4b4f53f3ab 100644 --- a/drivers/scsi/pcmcia/nsp_cs.h +++ b/drivers/scsi/pcmcia/nsp_cs.h @@ -331,10 +331,6 @@ static struct Scsi_Host *nsp_detect(struct scsi_host_template *sht); /* Interrupt handler */ //static irqreturn_t nspintr(int irq, void *dev_id); -/* Module entry point*/ -static int __init nsp_cs_init(void); -static void __exit nsp_cs_exit(void); - /* Debug */ #ifdef NSP_DEBUG static void show_command (struct scsi_cmnd *SCpnt); |