ARM: imx: drop extern with function prototypes in common.h
authorShawn Guo <shawn.guo@linaro.org>
Wed, 16 Oct 2013 13:05:35 +0000 (21:05 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 21 Oct 2013 01:39:14 +0000 (09:39 +0800)
commit803648db201f6c5f45e74a646f8f17bdeeb7b7e6
tree8c280514d5faba69224dd1b2a1cec92235ebcf82
parent6050d181a4fd4abb745506a6e565d55f1f9df964
ARM: imx: drop extern with function prototypes in common.h

Since commit 70dc8a4 (checkpatch: warn when using extern with function
prototypes in .h files), we will get checkpatch warning when updating
common.h following the existing convention which has extern for function
prototypes.

Let's change the convention to not use extern with function prototypes
in this header.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-imx/common.h