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

No differences found