From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH 1/3] USB: EHCI: Fix compiler warnings with MSM driver Date: Thu, 17 Feb 2011 10:55:03 -0800 Message-ID: <20110217185503.GA31112@kroah.com> References: <1297743155-2409-1-git-send-email-pkondeti@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1297743155-2409-1-git-send-email-pkondeti-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> Sender: linux-usb-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Pavankumar Kondeti Cc: linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-arm-msm@vger.kernel.org On Tue, Feb 15, 2011 at 09:42:33AM +0530, Pavankumar Kondeti wrote: > This patch fixes the following compile warnings > > drivers/usb/host/ehci-dbg.c:45: warning: 'dbg_hcs_params' defined but not used > drivers/usb/host/ehci-dbg.c:89: warning: 'dbg_hcc_params' defined but not used > drivers/usb/host/ehci-lpm.c:21: warning: 'ehci_lpm_set_da' defined but not used > drivers/usb/host/ehci-lpm.c:41: warning: 'ehci_lpm_check' defined but not used > drivers/usb/host/ehci-hcd.c:668: warning: 'ehci_run' defined but not used > > Signed-off-by: Pavankumar Kondeti > --- > drivers/usb/host/ehci-hcd.c | 2 +- > drivers/usb/host/ehci-lpm.c | 5 +++-- > drivers/usb/host/ehci-msm.c | 4 +++- This doesn't apply to the usb-next tree, so I can't take it :( Care to refresh it and resend? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html