summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/cpu-db9500.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-ux500/cpu-db9500.c')
-rw-r--r--arch/arm/mach-ux500/cpu-db9500.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/cpu-db9500.c b/arch/arm/mach-ux500/cpu-db9500.c
index 1bbc9b40c1b..4d900cbe537 100644
--- a/arch/arm/mach-ux500/cpu-db9500.c
+++ b/arch/arm/mach-ux500/cpu-db9500.c
@@ -19,7 +19,7 @@
* U9500 is currently using U8500v2 HW. Therefore, the platform detection
* is based on the kernel cmd line setting (early_param "pinsfor").
*/
-inline bool cpu_is_u9500()
+bool cpu_is_u9500()
{
if (pins_for_u9500())
return true;