drivers/base: cpu: fix merge problem
authorRyan Harkin <ryan.harkin@linaro.org>
Tue, 14 Apr 2015 16:03:34 +0000 (17:03 +0100)
committerAlex Shi <alex.shi@linaro.org>
Wed, 15 Apr 2015 09:04:04 +0000 (17:04 +0800)
commitb9588c1372b57a22c0509c5bbe0bea3b9734021b
tree052ab037fe9234f30d9ae9a1c1f457d368180a3c
parent726b4e0f4c9ba4e123fdd3414b1f4e3f4e36b0c0
drivers/base: cpu: fix merge problem

In LSK's linux-linaro-lsk-android branch, this merge

bb0dddf6157bc679de9143507375fce3f13fcd00

broke drivers/base/cpu.c

Because this patch appears twice:
197028d  2014-02-08  cpu: add generic support for CPU feature based
module autoloading  [Ard Biesheuvel]
126ef42  2014-02-08  cpu: add generic support for CPU feature based
module autoloading  [Ard Biesheuvel]

And the merge edited the file to the old contents.

Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Signed-off-by: Jon Medhurst <tixy@linaro.org>
drivers/base/cpu.c