From: Alexey Dobriyan Signed-off-by: Alexey Dobriyan Cc: "Moore, Eric Dean" Cc: James Bottomley Signed-off-by: Andrew Morton --- drivers/message/fusion/mptbase.h | 11 ----------- 1 file changed, 11 deletions(-) diff -puN drivers/message/fusion/mptbase.h~mpt-remove-unused-struct-mpt_proc_entry_t drivers/message/fusion/mptbase.h --- a/drivers/message/fusion/mptbase.h~mpt-remove-unused-struct-mpt_proc_entry_t +++ a/drivers/message/fusion/mptbase.h @@ -400,17 +400,6 @@ typedef struct _VirtDevice { #define MPT_TARGET_FLAGS_RAID_COMPONENT 0x40 #define MPT_TARGET_FLAGS_LED_ON 0x80 -/* - * /proc/mpt interface - */ -typedef struct { - const char *name; - mode_t mode; - int pad; - read_proc_t *read_proc; - write_proc_t *write_proc; -} mpt_proc_entry_t; - #define MPT_PROC_READ_RETURN(buf,start,offset,request,eof,len) \ do { \ len -= offset; \ _