]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB: Move usb_disabled() towards top of the file
authorViresh Kumar <viresh.kumar@linaro.org>
Fri, 20 Mar 2015 03:34:41 +0000 (09:04 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Mar 2015 09:48:22 +0000 (10:48 +0100)
commitbb3247a34257a271b32d43244eabf71198f40ff0
treeded1e31a3996944840b4d9e37e1ee764c4e153cc
parent1da47f54ddaf99d2fa8b4319480d49b88ff5fc2c
USB: Move usb_disabled() towards top of the file

Move usb_disabled() and module_param()/core_param() towards the top of the file,
where 'nousb' is defined, as they are all related.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/usb.c