linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] scripts/tags.sh: remove obsolete __devinit[const|data]
@ 2013-10-28  5:49 Michael Opdenacker
  2013-11-08  9:58 ` Michal Marek
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Opdenacker @ 2013-10-28  5:49 UTC (permalink / raw)
  To: mmarek, tkhai, js1304, akpm, schwab; +Cc: linux-kernel, Michael Opdenacker

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>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] scripts/tags.sh: remove obsolete __devinit[const|data]
  2013-10-28  5:49 [PATCH] scripts/tags.sh: remove obsolete __devinit[const|data] Michael Opdenacker
@ 2013-11-08  9:58 ` Michal Marek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Marek @ 2013-11-08  9:58 UTC (permalink / raw)
  To: Michael Opdenacker; +Cc: tkhai, js1304, akpm, schwab, linux-kernel

On 28.10.2013 06:49, Michael Opdenacker wrote:
> 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>

Applied to kbuild.git#misc.

Michal


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-08  9:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-28  5:49 [PATCH] scripts/tags.sh: remove obsolete __devinit[const|data] Michael Opdenacker
2013-11-08  9:58 ` Michal Marek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).