From: Mike Frysinger Date: Tue, 6 Jan 2009 22:41:25 +0000 (-0800) Subject: checkpatch: try to catch missing VMLINUX_SYMBOL() in vmlinux.lds.h X-Git-Tag: v2.6.29-rc1~342 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=080ba929651a32f1840751d2b862e64c8ee1f0c6;p=pandora-kernel.git checkpatch: try to catch missing VMLINUX_SYMBOL() in vmlinux.lds.h Seems like every other release we have someone who updates vmlinux.lds.h and adds C-visible symbols without VMLINUX_SYMBOL() around them. So start checking the file and reject assignments which have plain symbols on either side. [apw@canonical.com: soften the check, add tests] Signed-off-by: Mike Frysinger Signed-off-by: Andy Whitcroft Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed