Message ID | 1250112211-25445-1-git-send-email-vikram.pandita@ti.com (mailing list archive) |
---|---|
State | Accepted |
Commit | bfcf88c1f14c0d6afcc3600dcaffd70d335d4268 |
Delegated to: | Tony Lindgren |
Headers | show |
Vikram Pandita <vikram.pandita@ti.com> writes: > 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> > --- > [Note: Did not change omap2/1 boards as they may still be using > old filesysterms requiring this flag] > > arch/arm/configs/omap3_beagle_defconfig | 4 ++-- > arch/arm/configs/omap3_evm_defconfig | 4 ++-- > arch/arm/configs/omap3_pandora_defconfig | 5 +++-- > arch/arm/configs/omap_3430sdp_defconfig | 4 ++-- > arch/arm/configs/omap_4430sdp_defconfig | 4 ++-- > arch/arm/configs/omap_ldp_defconfig | 4 ++-- > arch/arm/configs/omap_zoom2_defconfig | 4 ++-- > arch/arm/configs/overo_defconfig | 4 ++-- > 8 files changed, 17 insertions(+), 16 deletions(-) > > diff --git a/arch/arm/configs/omap3_beagle_defconfig b/arch/arm/configs/omap3_beagle_defconfig > index fe38a83..0c48a7c 100644 > --- a/arch/arm/configs/omap3_beagle_defconfig > +++ b/arch/arm/configs/omap3_beagle_defconfig > @@ -52,8 +52,8 @@ CONFIG_FAIR_GROUP_SCHED=y > # CONFIG_RT_GROUP_SCHED is not set > CONFIG_USER_SCHED=y > # CONFIG_CGROUP_SCHED 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 > diff --git a/arch/arm/configs/omap3_evm_defconfig b/arch/arm/configs/omap3_evm_defconfig > index 28be17f..9273dcc 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 > diff --git a/arch/arm/configs/omap3_pandora_defconfig b/arch/arm/configs/omap3_pandora_defconfig > index b54ad2e..de0e659 100644 > --- a/arch/arm/configs/omap3_pandora_defconfig > +++ b/arch/arm/configs/omap3_pandora_defconfig > @@ -51,8 +51,9 @@ CONFIG_FAIR_GROUP_SCHED=y > # CONFIG_RT_GROUP_SCHED is not set > CONFIG_USER_SCHED=y > # CONFIG_CGROUP_SCHED 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 > diff --git a/arch/arm/configs/omap_3430sdp_defconfig b/arch/arm/configs/omap_3430sdp_defconfig > index 8a4a7e2..5c9a686 100644 > --- a/arch/arm/configs/omap_3430sdp_defconfig > +++ b/arch/arm/configs/omap_3430sdp_defconfig > @@ -61,8 +61,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 > diff --git a/arch/arm/configs/omap_4430sdp_defconfig b/arch/arm/configs/omap_4430sdp_defconfig > index 23e43ea..a464ca3 100644 > --- a/arch/arm/configs/omap_4430sdp_defconfig > +++ b/arch/arm/configs/omap_4430sdp_defconfig > @@ -52,8 +52,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 > diff --git a/arch/arm/configs/omap_ldp_defconfig b/arch/arm/configs/omap_ldp_defconfig > index b9c4891..9139532 100644 > --- a/arch/arm/configs/omap_ldp_defconfig > +++ b/arch/arm/configs/omap_ldp_defconfig > @@ -49,8 +49,8 @@ CONFIG_FAIR_GROUP_SCHED=y > # CONFIG_RT_GROUP_SCHED is not set > CONFIG_USER_SCHED=y > # CONFIG_CGROUP_SCHED 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 > diff --git a/arch/arm/configs/omap_zoom2_defconfig b/arch/arm/configs/omap_zoom2_defconfig > index f1739fa..a32d126 100644 > --- a/arch/arm/configs/omap_zoom2_defconfig > +++ b/arch/arm/configs/omap_zoom2_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 > diff --git a/arch/arm/configs/overo_defconfig b/arch/arm/configs/overo_defconfig > index a57f9e4..b3ea2c4 100644 > --- a/arch/arm/configs/overo_defconfig > +++ b/arch/arm/configs/overo_defconfig > @@ -54,8 +54,8 @@ CONFIG_FAIR_GROUP_SCHED=y > # CONFIG_RT_GROUP_SCHED is not set > CONFIG_USER_SCHED=y > # CONFIG_CGROUP_SCHED 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 > -- > 1.6.3.3.334.g916e1 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Tony/Kevin Any feedback on this patch for removal of SYSFS_DEPRECATED flag? Reference: http://marc.info/?l=linux-omap&m=125011227920673&q=raw >-----Original Message----- >From: Pandita, Vikram >Sent: Wednesday, August 12, 2009 4:24 PM >To: linux-omap@vger.kernel.org >Cc: khilman@deeprootsystems.com; Pandita, Vikram >Subject: [PATCH] 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> >--- >[Note: Did not change omap2/1 boards as they may still be using >old filesysterms requiring this flag] > > arch/arm/configs/omap3_beagle_defconfig | 4 ++-- > arch/arm/configs/omap3_evm_defconfig | 4 ++-- > arch/arm/configs/omap3_pandora_defconfig | 5 +++-- > arch/arm/configs/omap_3430sdp_defconfig | 4 ++-- > arch/arm/configs/omap_4430sdp_defconfig | 4 ++-- > arch/arm/configs/omap_ldp_defconfig | 4 ++-- > arch/arm/configs/omap_zoom2_defconfig | 4 ++-- > arch/arm/configs/overo_defconfig | 4 ++-- > 8 files changed, 17 insertions(+), 16 deletions(-) > >diff --git a/arch/arm/configs/omap3_beagle_defconfig b/arch/arm/configs/omap3_beagle_defconfig >index fe38a83..0c48a7c 100644 >--- a/arch/arm/configs/omap3_beagle_defconfig >+++ b/arch/arm/configs/omap3_beagle_defconfig >@@ -52,8 +52,8 @@ CONFIG_FAIR_GROUP_SCHED=y > # CONFIG_RT_GROUP_SCHED is not set > CONFIG_USER_SCHED=y > # CONFIG_CGROUP_SCHED 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 >diff --git a/arch/arm/configs/omap3_evm_defconfig b/arch/arm/configs/omap3_evm_defconfig >index 28be17f..9273dcc 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 >diff --git a/arch/arm/configs/omap3_pandora_defconfig b/arch/arm/configs/omap3_pandora_defconfig >index b54ad2e..de0e659 100644 >--- a/arch/arm/configs/omap3_pandora_defconfig >+++ b/arch/arm/configs/omap3_pandora_defconfig >@@ -51,8 +51,9 @@ CONFIG_FAIR_GROUP_SCHED=y > # CONFIG_RT_GROUP_SCHED is not set > CONFIG_USER_SCHED=y > # CONFIG_CGROUP_SCHED 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 >diff --git a/arch/arm/configs/omap_3430sdp_defconfig b/arch/arm/configs/omap_3430sdp_defconfig >index 8a4a7e2..5c9a686 100644 >--- a/arch/arm/configs/omap_3430sdp_defconfig >+++ b/arch/arm/configs/omap_3430sdp_defconfig >@@ -61,8 +61,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 >diff --git a/arch/arm/configs/omap_4430sdp_defconfig b/arch/arm/configs/omap_4430sdp_defconfig >index 23e43ea..a464ca3 100644 >--- a/arch/arm/configs/omap_4430sdp_defconfig >+++ b/arch/arm/configs/omap_4430sdp_defconfig >@@ -52,8 +52,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 >diff --git a/arch/arm/configs/omap_ldp_defconfig b/arch/arm/configs/omap_ldp_defconfig >index b9c4891..9139532 100644 >--- a/arch/arm/configs/omap_ldp_defconfig >+++ b/arch/arm/configs/omap_ldp_defconfig >@@ -49,8 +49,8 @@ CONFIG_FAIR_GROUP_SCHED=y > # CONFIG_RT_GROUP_SCHED is not set > CONFIG_USER_SCHED=y > # CONFIG_CGROUP_SCHED 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 >diff --git a/arch/arm/configs/omap_zoom2_defconfig b/arch/arm/configs/omap_zoom2_defconfig >index f1739fa..a32d126 100644 >--- a/arch/arm/configs/omap_zoom2_defconfig >+++ b/arch/arm/configs/omap_zoom2_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 >diff --git a/arch/arm/configs/overo_defconfig b/arch/arm/configs/overo_defconfig >index a57f9e4..b3ea2c4 100644 >--- a/arch/arm/configs/overo_defconfig >+++ b/arch/arm/configs/overo_defconfig >@@ -54,8 +54,8 @@ CONFIG_FAIR_GROUP_SCHED=y > # CONFIG_RT_GROUP_SCHED is not set > CONFIG_USER_SCHED=y > # CONFIG_CGROUP_SCHED 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 >-- >1.6.3.3.334.g916e1 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
"Pandita, Vikram" <vikram.pandita@ti.com> writes: > Tony/Kevin > Any feedback on this patch for removal of SYSFS_DEPRECATED flag? > > Reference: > http://marc.info/?l=linux-omap&m=125011227920673&q=raw I already ack'd: http://marc.info/?l=linux-omap&m=125011754929777&w=2 > >>-----Original Message----- >>From: Pandita, Vikram >>Sent: Wednesday, August 12, 2009 4:24 PM >>To: linux-omap@vger.kernel.org >>Cc: khilman@deeprootsystems.com; Pandita, Vikram >>Subject: [PATCH] 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> >>--- >>[Note: Did not change omap2/1 boards as they may still be using >>old filesysterms requiring this flag] >> >> arch/arm/configs/omap3_beagle_defconfig | 4 ++-- >> arch/arm/configs/omap3_evm_defconfig | 4 ++-- >> arch/arm/configs/omap3_pandora_defconfig | 5 +++-- >> arch/arm/configs/omap_3430sdp_defconfig | 4 ++-- >> arch/arm/configs/omap_4430sdp_defconfig | 4 ++-- >> arch/arm/configs/omap_ldp_defconfig | 4 ++-- >> arch/arm/configs/omap_zoom2_defconfig | 4 ++-- >> arch/arm/configs/overo_defconfig | 4 ++-- >> 8 files changed, 17 insertions(+), 16 deletions(-) >> >>diff --git a/arch/arm/configs/omap3_beagle_defconfig b/arch/arm/configs/omap3_beagle_defconfig >>index fe38a83..0c48a7c 100644 >>--- a/arch/arm/configs/omap3_beagle_defconfig >>+++ b/arch/arm/configs/omap3_beagle_defconfig >>@@ -52,8 +52,8 @@ CONFIG_FAIR_GROUP_SCHED=y >> # CONFIG_RT_GROUP_SCHED is not set >> CONFIG_USER_SCHED=y >> # CONFIG_CGROUP_SCHED 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 >>diff --git a/arch/arm/configs/omap3_evm_defconfig b/arch/arm/configs/omap3_evm_defconfig >>index 28be17f..9273dcc 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 >>diff --git a/arch/arm/configs/omap3_pandora_defconfig b/arch/arm/configs/omap3_pandora_defconfig >>index b54ad2e..de0e659 100644 >>--- a/arch/arm/configs/omap3_pandora_defconfig >>+++ b/arch/arm/configs/omap3_pandora_defconfig >>@@ -51,8 +51,9 @@ CONFIG_FAIR_GROUP_SCHED=y >> # CONFIG_RT_GROUP_SCHED is not set >> CONFIG_USER_SCHED=y >> # CONFIG_CGROUP_SCHED 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 >>diff --git a/arch/arm/configs/omap_3430sdp_defconfig b/arch/arm/configs/omap_3430sdp_defconfig >>index 8a4a7e2..5c9a686 100644 >>--- a/arch/arm/configs/omap_3430sdp_defconfig >>+++ b/arch/arm/configs/omap_3430sdp_defconfig >>@@ -61,8 +61,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 >>diff --git a/arch/arm/configs/omap_4430sdp_defconfig b/arch/arm/configs/omap_4430sdp_defconfig >>index 23e43ea..a464ca3 100644 >>--- a/arch/arm/configs/omap_4430sdp_defconfig >>+++ b/arch/arm/configs/omap_4430sdp_defconfig >>@@ -52,8 +52,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 >>diff --git a/arch/arm/configs/omap_ldp_defconfig b/arch/arm/configs/omap_ldp_defconfig >>index b9c4891..9139532 100644 >>--- a/arch/arm/configs/omap_ldp_defconfig >>+++ b/arch/arm/configs/omap_ldp_defconfig >>@@ -49,8 +49,8 @@ CONFIG_FAIR_GROUP_SCHED=y >> # CONFIG_RT_GROUP_SCHED is not set >> CONFIG_USER_SCHED=y >> # CONFIG_CGROUP_SCHED 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 >>diff --git a/arch/arm/configs/omap_zoom2_defconfig b/arch/arm/configs/omap_zoom2_defconfig >>index f1739fa..a32d126 100644 >>--- a/arch/arm/configs/omap_zoom2_defconfig >>+++ b/arch/arm/configs/omap_zoom2_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 >>diff --git a/arch/arm/configs/overo_defconfig b/arch/arm/configs/overo_defconfig >>index a57f9e4..b3ea2c4 100644 >>--- a/arch/arm/configs/overo_defconfig >>+++ b/arch/arm/configs/overo_defconfig >>@@ -54,8 +54,8 @@ CONFIG_FAIR_GROUP_SCHED=y >> # CONFIG_RT_GROUP_SCHED is not set >> CONFIG_USER_SCHED=y >> # CONFIG_CGROUP_SCHED 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 >>-- >>1.6.3.3.334.g916e1 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
>-----Original Message----- >From: linux-omap-owner@vger.kernel.org [mailto:linux-omap-owner@vger.kernel.org] On Behalf Of Kevin >Hilman >Sent: Friday, September 11, 2009 4:09 PM >To: Pandita, Vikram >Cc: linux-omap@vger.kernel.org; Tony Lindgren >Subject: Re: [PATCH] OMAP3: defconfigs: remove SYSFS_DEPRECATED flag > >"Pandita, Vikram" <vikram.pandita@ti.com> writes: > >> Tony/Kevin >> Any feedback on this patch for removal of SYSFS_DEPRECATED flag? >> >> Reference: >> http://marc.info/?l=linux-omap&m=125011227920673&q=raw > >I already ack'd: > > http://marc.info/?l=linux-omap&m=125011754929777&w=2 What is the next step? Who will be lining this patch for upstream? >... -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/configs/omap3_beagle_defconfig b/arch/arm/configs/omap3_beagle_defconfig index fe38a83..0c48a7c 100644 --- a/arch/arm/configs/omap3_beagle_defconfig +++ b/arch/arm/configs/omap3_beagle_defconfig @@ -52,8 +52,8 @@ CONFIG_FAIR_GROUP_SCHED=y # CONFIG_RT_GROUP_SCHED is not set CONFIG_USER_SCHED=y # CONFIG_CGROUP_SCHED 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 diff --git a/arch/arm/configs/omap3_evm_defconfig b/arch/arm/configs/omap3_evm_defconfig index 28be17f..9273dcc 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 diff --git a/arch/arm/configs/omap3_pandora_defconfig b/arch/arm/configs/omap3_pandora_defconfig index b54ad2e..de0e659 100644 --- a/arch/arm/configs/omap3_pandora_defconfig +++ b/arch/arm/configs/omap3_pandora_defconfig @@ -51,8 +51,9 @@ CONFIG_FAIR_GROUP_SCHED=y # CONFIG_RT_GROUP_SCHED is not set CONFIG_USER_SCHED=y # CONFIG_CGROUP_SCHED 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 diff --git a/arch/arm/configs/omap_3430sdp_defconfig b/arch/arm/configs/omap_3430sdp_defconfig index 8a4a7e2..5c9a686 100644 --- a/arch/arm/configs/omap_3430sdp_defconfig +++ b/arch/arm/configs/omap_3430sdp_defconfig @@ -61,8 +61,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 diff --git a/arch/arm/configs/omap_4430sdp_defconfig b/arch/arm/configs/omap_4430sdp_defconfig index 23e43ea..a464ca3 100644 --- a/arch/arm/configs/omap_4430sdp_defconfig +++ b/arch/arm/configs/omap_4430sdp_defconfig @@ -52,8 +52,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 diff --git a/arch/arm/configs/omap_ldp_defconfig b/arch/arm/configs/omap_ldp_defconfig index b9c4891..9139532 100644 --- a/arch/arm/configs/omap_ldp_defconfig +++ b/arch/arm/configs/omap_ldp_defconfig @@ -49,8 +49,8 @@ CONFIG_FAIR_GROUP_SCHED=y # CONFIG_RT_GROUP_SCHED is not set CONFIG_USER_SCHED=y # CONFIG_CGROUP_SCHED 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 diff --git a/arch/arm/configs/omap_zoom2_defconfig b/arch/arm/configs/omap_zoom2_defconfig index f1739fa..a32d126 100644 --- a/arch/arm/configs/omap_zoom2_defconfig +++ b/arch/arm/configs/omap_zoom2_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 diff --git a/arch/arm/configs/overo_defconfig b/arch/arm/configs/overo_defconfig index a57f9e4..b3ea2c4 100644 --- a/arch/arm/configs/overo_defconfig +++ b/arch/arm/configs/overo_defconfig @@ -54,8 +54,8 @@ CONFIG_FAIR_GROUP_SCHED=y # CONFIG_RT_GROUP_SCHED is not set CONFIG_USER_SCHED=y # CONFIG_CGROUP_SCHED 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
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> --- [Note: Did not change omap2/1 boards as they may still be using old filesysterms requiring this flag] arch/arm/configs/omap3_beagle_defconfig | 4 ++-- arch/arm/configs/omap3_evm_defconfig | 4 ++-- arch/arm/configs/omap3_pandora_defconfig | 5 +++-- arch/arm/configs/omap_3430sdp_defconfig | 4 ++-- arch/arm/configs/omap_4430sdp_defconfig | 4 ++-- arch/arm/configs/omap_ldp_defconfig | 4 ++-- arch/arm/configs/omap_zoom2_defconfig | 4 ++-- arch/arm/configs/overo_defconfig | 4 ++-- 8 files changed, 17 insertions(+), 16 deletions(-)