Skip to content

Commit

Permalink
[SCSI] drivers/scsi/gdth.h: removal of old scsi code
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
  • Loading branch information
Michal Piotrowski authored and James Bottomley committed Sep 26, 2006
1 parent 288777f commit c03d10a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions drivers/scsi/gdth.h
Original file line number Diff line number Diff line change
Expand Up @@ -936,18 +936,12 @@ typedef struct {
gdth_binfo_str binfo; /* controller info */
gdth_evt_data dvr; /* event structure */
spinlock_t smp_lock;
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,0)
struct pci_dev *pdev;
#endif
char oem_name[8];
#ifdef GDTH_DMA_STATISTICS
ulong dma32_cnt, dma64_cnt; /* statistics: DMA buffer */
#endif
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,0)
struct scsi_device *sdev;
#else
struct scsi_device sdev;
#endif
} gdth_ha_str;

/* structure for scsi_register(), SCSI bus != 0 */
Expand Down Expand Up @@ -1029,10 +1023,6 @@ typedef struct {

/* function prototyping */

#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
int gdth_proc_info(struct Scsi_Host *, char *,char **,off_t,int,int);
#else
int gdth_proc_info(char *,char **,off_t,int,int,int);
#endif

#endif

0 comments on commit c03d10a

Please sign in to comment.