]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
ARM: tegra: prototype pinmux_init() in board.h
authorStephen Warren <swarren@nvidia.com>
Fri, 21 Mar 2014 18:28:52 +0000 (12:28 -0600)
committerTom Warren <twarren@nvidia.com>
Thu, 17 Apr 2014 15:41:05 +0000 (08:41 -0700)
commit07bbd48b4785f28b41ceeab4337d7690837e6ec1
treef548847555472a943bf3b5623fdf404f4e8919d5
parent6ac1e542c6ff8413698e59d83ae11ab51f59e8c2
ARM: tegra: prototype pinmux_init() in board.h

pinmux_init() is a board-level function, not a pinmux driver function.
Move the prototype to a board header rather than the driver header.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
arch/arm/include/asm/arch-tegra/board.h
arch/arm/include/asm/arch-tegra114/pinmux.h
arch/arm/include/asm/arch-tegra124/pinmux.h
arch/arm/include/asm/arch-tegra30/pinmux.h
board/nvidia/common/board.c