commit | 58b71c3ec7b53e948cb0e59d783ab0ed0c4d767e | [log] [tgz] |
---|---|---|
author | Alexander Stein <alexander.stein@systec-electronic.com> | Thu Jul 24 09:05:21 2014 +0200 |
committer | Shawn Guo <shawn.guo@freescale.com> | Mon Sep 01 22:00:01 2014 +0800 |
tree | b0cdaf5e943b26646a47e52618bb16bbebe12371 | |
parent | 69e273c0b0a3c337a521d083374c918dc52c666f [diff] |
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>