summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/devices.h
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2014-02-16 22:27:43 +0530
committerLaxman Dewangan <ldewangan@nvidia.com>2014-02-18 00:59:17 -0800
commit30307794af01f40cfb2cf24b61e1e7d8de00be8d (patch)
tree821c63602573b87389512afd75c4f40882477d69 /arch/arm/mach-tegra/devices.h
parentabe2a507f50367ddc73d57ff1562f25e03853196 (diff)
ARM: tegra: remove pwfm device from device file
Remove the tegra_pwfm_device definition from device files which is used for registering pwm from board files. PWM controller is registered from DT unconditionally for all Tegra SoC and and hence it is not require to register it from board files. Change-Id: I6792adbbaf5fc98aaa8859d0a55cd3167635bc62 Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: http://git-master/r/368147
Diffstat (limited to 'arch/arm/mach-tegra/devices.h')
-rw-r--r--arch/arm/mach-tegra/devices.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/devices.h b/arch/arm/mach-tegra/devices.h
index cfe542abfb97..c293abd70db0 100644
--- a/arch/arm/mach-tegra/devices.h
+++ b/arch/arm/mach-tegra/devices.h
@@ -131,7 +131,6 @@ extern struct platform_device tegra_wdt_device;
#else
extern struct platform_device tegra_wdt0_device;
#endif
-extern struct platform_device tegra_pwfm_device;
extern struct platform_device tegra_otg_device;
extern struct platform_device tegra_uarta_device;
extern struct platform_device tegra_uartb_device;