ARM: tegra: delete gpio-names.h
authorStephen Warren <swarren@nvidia.com>
Tue, 20 Aug 2013 22:11:29 +0000 (16:11 -0600)
committerStephen Warren <swarren@nvidia.com>
Tue, 17 Sep 2013 19:44:21 +0000 (13:44 -0600)
commit6ae894166c249398da16fe8dc5ab6112f996203b
tree2e9a849d3927d1aa3d22fb9e61f0841645ab8867
parent6163afd5e15c297031374bc7766916ff11f114b4
ARM: tegra: delete gpio-names.h

gpio-names.h defines IDs for GPIOs. This information now comes from
device tree, so delete this stale header. The one remaining use-case is
board-paz00.c's wifi_rfkill device. Isolate the knowledge of those GPIO
IDs into that file. Let's hope the values stay valid:-)

Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/mach-tegra/board-paz00.c
arch/arm/mach-tegra/board-paz00.h [deleted file]
arch/arm/mach-tegra/gpio-names.h [deleted file]
This page took 0.026195 seconds and 5 git commands to generate.