]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdb6e3e600e75de9ad0eadc14cb6cc1408aac7553
tree8c280514d5faba69224dd1b2a1cec92235ebcf82
parent0eb5d58fcce07c822392b499910c2ce1f51e3134
ARM: imx: drop extern with function prototypes in common.h

Since commit 6b6b8d8 (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