ARM: imx: iomux: Do not export symbol without public declaration
authorAlexander Stein <alexander.stein@systec-electronic.com>
Thu, 24 Jul 2014 07:05:21 +0000 (09:05 +0200)
committerShawn Guo <shawn.guo@freescale.com>
Mon, 1 Sep 2014 14:00:01 +0000 (22:00 +0800)
commit58b71c3ec7b53e948cb0e59d783ab0ed0c4d767e
treeb0cdaf5e943b26646a47e52618bb16bbebe12371
parent69e273c0b0a3c337a521d083374c918dc52c666f
ARM: imx: iomux: Do not export symbol without public declaration

The iomux function declarations are in headers only accessible in this
directory. Thus those can't be used in any module. None of the
objects in this directory is tristate. Neither can the header be included
in out-of-tree modules.

Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/mach-imx/iomux-imx31.c
arch/arm/mach-imx/iomux-v1.c
arch/arm/mach-imx/iomux-v3.c