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)
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>

No differences found