arm64: Remove unneeded extern keyword
authorGeoff Levand <[email protected]>
Fri, 22 Aug 2014 19:49:16 +0000 (20:49 +0100)
committerCatalin Marinas <[email protected]>
Fri, 3 Oct 2014 13:51:02 +0000 (14:51 +0100)
commit0a6479b0ffad8dd236915e271faaf2cbb4cac287
treec3acb5b46db9ec0fc5555c13510acb784f96fa73
parentc8fdd497a44450e6183cb43b314fd81504d5c15e
arm64: Remove unneeded extern keyword

Function prototypes are never definitions, so remove any 'extern' keyword
from the funcion prototypes in cpu_ops.h. Fixes warnings emited by
checkpatch.

Signed-off-by: Geoff Levand <[email protected]>
Acked-by: Mark Rutland <[email protected]>
Signed-off-by: Catalin Marinas <[email protected]>
arch/arm64/include/asm/cpu_ops.h