Skip to content

Commit

Permalink
Revert "scsi: pcmcia: nsp_cs: remove module init/exit function protot…
Browse files Browse the repository at this point in the history
…ypes"

This reverts commit af0f3a5.

It should go through the scsi tree instead.

Cc: kbuild test robot <fengguang.wu@intel.com>
Cc: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
Cc: "James E.J. Bottomley" <JBottomley@parallels.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Greg Kroah-Hartman committed Apr 17, 2013
1 parent af0f3a5 commit 4dfc4b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/scsi/pcmcia/nsp_cs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4dfc4b2

Please sign in to comment.