[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1382939358-4971-1-git-send-email-michael.opdenacker@free-electrons.com>
Date: Mon, 28 Oct 2013 06:49:18 +0100
From: Michael Opdenacker <michael.opdenacker@...e-electrons.com>
To: mmarek@...e.cz, tkhai@...dex.ru, js1304@...il.com,
akpm@...ux-foundation.org, schwab@...ux-m68k.org
Cc: linux-kernel@...r.kernel.org,
Michael Opdenacker <michael.opdenacker@...e-electrons.com>
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 <michael.opdenacker@...e-electrons.com>
---
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists