Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38943
b: refs/heads/master
c: c03d10a
h: refs/heads/master
i:
  38941: b5e0afa
  38939: c8fa211
  38935: 6b4e88b
  38927: de5c1b3
  38911: 270a202
v: v3
  • Loading branch information
Michal Piotrowski authored and James Bottomley committed Sep 26, 2006
1 parent d6a87b6 commit f46590f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 288777f89a63ca0bece7b5e082ce9beebacfb8fd
refs/heads/master: c03d10ab6aafe6706520e1595d6e91d0e50ac5ad
10 changes: 0 additions & 10 deletions trunk/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 f46590f

Please sign in to comment.