]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
scripts/tags.sh: remove obsolete __devinit[const|data]
authorMichael Opdenacker <michael.opdenacker@free-electrons.com>
Tue, 5 Nov 2013 06:07:06 +0000 (17:07 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 5 Nov 2013 06:40:25 +0000 (17:40 +1100)
This removes the use of __devinitconst and __devinitdata in scripts/tags.sh,
which were removed in 3.8.

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
Cc: Michal Marek <mmarek@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
scripts/tags.sh

index f1bcfc11cc72e366217041ea05039b397e0b8468..58c4559290915594e1bd18a67770d0d4bafdc6e3 100755 (executable)
@@ -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,__maybe_unused,__always_unused \
        -I __acquires,__releases,__deprecated                   \
        -I __read_mostly,__aligned,____cacheline_aligned        \