2013-10-28 05:49:25

by Michael Opdenacker

[permalink] [raw]
Subject: [PATCH] scripts/tags.sh: remove obsolete __devinit[const|data]

This removes the use of __devinitconst and __devinitdata in scripts/tags.sh,
which were removed in 3.8.

Signed-off-by: Michael Opdenacker <[email protected]>
---
scripts/tags.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/tags.sh b/scripts/tags.sh
index 74f02e4..72035c7 100755
--- a/scripts/tags.sh
+++ b/scripts/tags.sh
@@ -149,8 +149,8 @@ dogtags()
exuberant()
{
all_target_sources | xargs $1 -a \
- -I __initdata,__exitdata,__initconst,__devinitdata \
- -I __devinitconst,__cpuinitdata,__initdata_memblock \
+ -I __initdata,__exitdata,__initconst \
+ -I __cpuinitdata,__initdata_memblock \
-I __refdata,__attribute \
-I __acquires,__releases,__deprecated \
-I __read_mostly,__aligned,____cacheline_aligned \
--
1.8.1.2