From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg KH) Date: Fri, 3 Feb 2012 12:32:28 -0800 Subject: [PATCH 1/5] USB: sa1111: sparse and checkpatch cleanups In-Reply-To: References: <20120203200406.GI14129@n2100.arm.linux.org.uk> Message-ID: <20120203203228.GA23778@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Feb 03, 2012 at 08:09:12PM +0000, Russell King - ARM Linux wrote: > Clean up the ohci-sa1111 driver formatting to be more compliant with > current standards, and add 'static' to various function definitions > to avoid sparse complaints about undeclared functions. Remove the > unnecessary local declaration of 'usb_disabled', which can be found > instead in linux/usb.h. > > Signed-off-by: Russell King Do you want me to take these 5 patches through the USB tree? Or are you going to take them through an ARM tree? Either is fine with me, if ARM, feel free to add: Acked-by: Greg Kroah-Hartman to them. greg k-h