From: Greg Kroah-Hartman Date: Wed, 17 Apr 2013 17:07:52 +0000 (-0700) Subject: Revert "scsi: pcmcia: nsp_cs: remove module init/exit function prototypes" X-Git-Tag: v3.12-rc1~1002^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4dfc4b2167beb449587c432517518ebd1c2bf1dc;p=kernel%2Fkernel-generic.git Revert "scsi: pcmcia: nsp_cs: remove module init/exit function prototypes" This reverts commit af0f3a56fa680fd6e2d88d4d02e3676f0607cebd. It should go through the scsi tree instead. Cc: kbuild test robot Cc: H Hartley Sweeten Cc: YOKOTA Hiroshi Cc: "James E.J. Bottomley" Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/scsi/pcmcia/nsp_cs.h b/drivers/scsi/pcmcia/nsp_cs.h index 4d4b4f5..7fc9a9d 100644 --- a/drivers/scsi/pcmcia/nsp_cs.h +++ b/drivers/scsi/pcmcia/nsp_cs.h @@ -331,6 +331,10 @@ 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);