]> Pileus Git - ~andy/linux/commitdiff
scripts/tags.sh: remove obsolete __devinit[const|data]
authorMichael Opdenacker <michael.opdenacker@free-electrons.com>
Thu, 7 Nov 2013 01:09:51 +0000 (12:09 +1100)
committerMichal Marek <mmarek@suse.cz>
Fri, 8 Nov 2013 09:57:20 +0000 (10:57 +0100)
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>
Signed-off-by: Michal Marek <mmarek@suse.cz>
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        \