aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pcmcia/nsp_cs.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/pcmcia/nsp_cs.h')
-rw-r--r--drivers/scsi/pcmcia/nsp_cs.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/scsi/pcmcia/nsp_cs.h b/drivers/scsi/pcmcia/nsp_cs.h
index 9102cbdf135..b7f0fa24641 100644
--- a/drivers/scsi/pcmcia/nsp_cs.h
+++ b/drivers/scsi/pcmcia/nsp_cs.h
@@ -10,8 +10,6 @@
10 10
11=========================================================*/ 11=========================================================*/
12 12
13/* $Id: nsp_cs.h,v 1.19 2003/08/18 11:09:19 elca Exp $ */
14
15#ifndef __nsp_cs__ 13#ifndef __nsp_cs__
16#define __nsp_cs__ 14#define __nsp_cs__
17 15
@@ -227,13 +225,7 @@
227typedef struct scsi_info_t { 225typedef struct scsi_info_t {
228 struct pcmcia_device *p_dev; 226 struct pcmcia_device *p_dev;
229 struct Scsi_Host *host; 227 struct Scsi_Host *host;
230#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,74))
231 dev_node_t node; 228 dev_node_t node;
232#else
233 int ndev;
234 dev_node_t node[8];
235 struct bus_operations *bus;
236#endif
237 int stop; 229 int stop;
238} scsi_info_t; 230} scsi_info_t;
239 231