diff options
author | Grant Likely <grant.likely@linaro.org> | 2014-04-01 21:33:35 +0100 |
---|---|---|
committer | Grant Likely <grant.likely@linaro.org> | 2014-04-01 21:33:35 +0100 |
commit | a0e7398357f297dd22d043fb2d5aa1c44d61ca10 (patch) | |
tree | 689da47b57bc7f17b68a45cac835faaa2491352b /arch/arm/mach-omap2 | |
parent | d88cf7d7b4240b8df170ba105e414e476fb51cce (diff) | |
download | linux-a0e7398357f297dd22d043fb2d5aa1c44d61ca10.tar.bz2 |
dt: Remove dangling "select PROC_DEVICETREE"
CONFIG_PROC_DEVICETREE has been removed from the tree. This commit
removes a dangling select of the config symbol.
Signed-off-by: Grant Likely <grant.likely@linaro.org>
Cc: Paul Bolle <pebolle@tiscali.nl>
Cc: Rob Herring <rob.herring@linaro.org>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 0af7ca02314d..07d4bb098a49 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -104,7 +104,6 @@ config ARCH_OMAP2PLUS select MACH_OMAP_GENERIC select OMAP_DM_TIMER select PINCTRL - select PROC_DEVICETREE if PROC_FS select SOC_BUS select SPARSE_IRQ select TI_PRIV_EDMA |