]> git.baikalelectronics.ru Git - kernel.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)
commit9eef3dc0dd1a936c9741619c7db0e79de529ecb7
treeded1e31a3996944840b4d9e37e1ee764c4e153cc
parent9ddf972c80f839964a1a63138747a9485873a15b
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