diff options
author | vikram pandita <vikram.pandita@ti.com> | 2009-11-22 10:11:26 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-11-22 10:24:33 -0800 |
commit | 6502401d8169f76c6a72849cb55e8302226ca930 (patch) | |
tree | 8a3e35e8eb6cea70c9814c27c9826333ccd0abff /arch/arm/configs/omap3_evm_defconfig | |
parent | 058af1ea98675a672ad2aefca035d2e5a228d2cc (diff) | |
download | linux-stable-6502401d8169f76c6a72849cb55e8302226ca930.tar.gz linux-stable-6502401d8169f76c6a72849cb55e8302226ca930.tar.bz2 linux-stable-6502401d8169f76c6a72849cb55e8302226ca930.zip |
omap3: defconfigs: remove SYSFS_DEPRECATED flag
Remove the SYSFS_DEPRECATED flag from OMAP3 board defconfigs
This is a deprecated feature no longer needed.
Signed-off-by: Vikram Pandita <vikram.pandita@ti.com>
Acked-by: Kevin Hilman <khilman@deeprootsystems.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs/omap3_evm_defconfig')
-rw-r--r-- | arch/arm/configs/omap3_evm_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/configs/omap3_evm_defconfig b/arch/arm/configs/omap3_evm_defconfig index 36c99e09c8ce..180bf9fb3ecc 100644 --- a/arch/arm/configs/omap3_evm_defconfig +++ b/arch/arm/configs/omap3_evm_defconfig @@ -59,8 +59,8 @@ CONFIG_FAIR_GROUP_SCHED=y CONFIG_USER_SCHED=y # CONFIG_CGROUP_SCHED is not set # CONFIG_CGROUPS is not set -CONFIG_SYSFS_DEPRECATED=y -CONFIG_SYSFS_DEPRECATED_V2=y +# CONFIG_SYSFS_DEPRECATED=y is not set +# CONFIG_SYSFS_DEPRECATED_V2=y is not set # CONFIG_RELAY is not set # CONFIG_NAMESPACES is not set CONFIG_BLK_DEV_INITRD=y |