]> git.baikalelectronics.ru Git - kernel.git/commit
scripts/checkpatch.pl: device_initcall is not the only __initcall substitute
authorFabian Frederick <fabf@skynet.be>
Wed, 4 Jun 2014 23:12:10 +0000 (16:12 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 4 Jun 2014 23:54:20 +0000 (16:54 -0700)
commit1465733b1f0143cd89c7a8a4b1fcc85b7cff1834
tree20c42f0c1f8f12a2e82579bcfa2a5c960f0d0b78
parent05eb21760e28d84f46b35b8f097ed736ce22c7ae
scripts/checkpatch.pl: device_initcall is not the only __initcall substitute

This patch adds a link to init.h to find appropriate initcall function to
replace obsolete __initcall

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Cc: Andy Whitcroft <apw@canonical.com>
Cc: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl