diff options
author | Axel Lin <axel.lin@ingics.com> | 2015-03-11 15:16:29 +0800 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2015-09-16 16:10:22 -0700 |
commit | a6b2daffdedf0664f7b49eb20c81f1adada6bd51 (patch) | |
tree | f7acb3c687a99e26b3e083b72a803576ac7abcdb /arch/arm | |
parent | 2573428140b3b0e5a6580066f413ef90d20441a2 (diff) | |
download | u-boot-imx-a6b2daffdedf0664f7b49eb20c81f1adada6bd51.zip u-boot-imx-a6b2daffdedf0664f7b49eb20c81f1adada6bd51.tar.gz u-boot-imx-a6b2daffdedf0664f7b49eb20c81f1adada6bd51.tar.bz2 |
tegra: Remove tegra_spl_gpio_direction_output declaration from header file
This function is deleted by commit 2fccd2d96bad
"tegra: Convert tegra GPIO driver to use driver model".
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/include/asm/arch-tegra/gpio.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/include/asm/arch-tegra/gpio.h b/arch/arm/include/asm/arch-tegra/gpio.h index 7334e0c..daf5698 100644 --- a/arch/arm/include/asm/arch-tegra/gpio.h +++ b/arch/arm/include/asm/arch-tegra/gpio.h @@ -28,15 +28,6 @@ struct tegra_gpio_config { }; /** - * tegra_spl_gpio_direction_output() - set the output value of a GPIO - * - * This function is only used from SPL on seaboard, which needs to enable a - * GPIO to get the UART running. It could be done in U-Boot rather than SPL, - * but for now, this gets it working - */ -int tegra_spl_gpio_direction_output(int gpio, int value); - -/** * Configure a list of GPIOs * * @param config List of GPIO configurations |