Erik, Patch is valid. Please consider ACKED by me. In future you can address all mptfusion related stuffs to me. Thanks, Kashyap > -----Original Message----- > From: linux-scsi-owner@xxxxxxxxxxxxxxx [mailto:linux-scsi- > owner@xxxxxxxxxxxxxxx] On Behalf Of Erik Ekman > Sent: Tuesday, December 15, 2009 1:52 AM > To: Moore, Eric > Cc: linux-scsi@xxxxxxxxxxxxxxx > Subject: [PATCH -tip] fusion: fix warning when not using procfs > > fusion: fix warning when not using procfs > > Fixes the following warning: > drivers/message/fusion/mptbase.c:129: warning: 'mpt_proc_root_dir' defined > but not used > also moves it from public data section since it is static. > > Signed-off-by: Erik Ekman <erik@xxxxxxx> > --- > diff --git a/drivers/message/fusion/mptbase.c > b/drivers/message/fusion/mptbase.c > index 85bc6a6..cb2dc59 100644 > --- a/drivers/message/fusion/mptbase.c > +++ b/drivers/message/fusion/mptbase.c > @@ -126,8 +126,6 @@ static int mfcounter = 0; > * Public data... > */ > > -static struct proc_dir_entry *mpt_proc_root_dir; > - > #define WHOINIT_UNKNOWN 0xAA > > /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > =-=-=*/ > @@ -146,6 +144,9 @@ static MPT_EVHANDLER > MptEvHandlers[MPT_MAX_PROTOCOL_DRIVERS]; > static MPT_RESETHANDLER > MptResetHandlers[MPT_MAX_PROTOCOL_DRIVERS]; > static struct mpt_pci_driver > *MptDeviceDriverHandlers[MPT_MAX_PROTOCOL_DRIVERS]; > > +#ifdef CONFIG_PROC_FS > +static struct proc_dir_entry *mpt_proc_root_dir; > +#endif > > /* > * Driver Callback Index's > -- > To unsubscribe from this list: send the line "unsubscribe linux-scsi" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html