linux-stable/arch/x86/kernel/cpu/microcode
Viresh Kumar 71db87ba57 bus: subsys: update return type of ->remove_dev() to void
Its return value is not used by the subsys core and nothing meaningful
can be done with it, even if we want to use it. The subsys device is
anyway getting removed.

Update prototype of ->remove_dev() to make its return type as void. Fix
all usage sites as well.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-08-05 17:08:14 -07:00
..
amd.c x86/microcode/amd: Drop the pci_ids.h dependency 2015-03-31 09:54:32 +02:00
amd_early.c x86/microcode: Correct CPU family related variable types 2015-06-07 15:38:15 +02:00
core.c bus: subsys: update return type of ->remove_dev() to void 2015-08-05 17:08:14 -07:00
core_early.c x86/microcode: Correct CPU family related variable types 2015-06-07 15:38:15 +02:00
intel.c x86/microcode/intel: Rename get_matching_microcode 2015-05-18 09:32:36 +02:00
intel_early.c x86/microcode: Correct CPU family related variable types 2015-06-07 15:38:15 +02:00
intel_lib.c x86/microcode/intel: Rename get_matching_sig() 2015-05-18 09:32:37 +02:00
Makefile