diff options
Diffstat (limited to 'drivers/scsi/megaraid.h')
-rw-r--r-- | drivers/scsi/megaraid.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/scsi/megaraid.h b/drivers/scsi/megaraid.h index 21eba2fd465a..18e85d9267ff 100644 --- a/drivers/scsi/megaraid.h +++ b/drivers/scsi/megaraid.h | |||
@@ -814,18 +814,6 @@ typedef struct { | |||
814 | 814 | ||
815 | #ifdef CONFIG_PROC_FS | 815 | #ifdef CONFIG_PROC_FS |
816 | struct proc_dir_entry *controller_proc_dir_entry; | 816 | struct proc_dir_entry *controller_proc_dir_entry; |
817 | struct proc_dir_entry *proc_read; | ||
818 | struct proc_dir_entry *proc_stat; | ||
819 | struct proc_dir_entry *proc_mbox; | ||
820 | |||
821 | #if MEGA_HAVE_ENH_PROC | ||
822 | struct proc_dir_entry *proc_rr; | ||
823 | struct proc_dir_entry *proc_battery; | ||
824 | #define MAX_PROC_CHANNELS 4 | ||
825 | struct proc_dir_entry *proc_pdrvstat[MAX_PROC_CHANNELS]; | ||
826 | struct proc_dir_entry *proc_rdrvstat[MAX_PROC_CHANNELS]; | ||
827 | #endif | ||
828 | |||
829 | #endif | 817 | #endif |
830 | 818 | ||
831 | int has_64bit_addr; /* are we using 64-bit addressing */ | 819 | int has_64bit_addr; /* are we using 64-bit addressing */ |