From: Luke Yang Date: Thu, 2 Mar 2006 10:35:31 +0000 (+0800) Subject: kbuild: Fix bug in crc symbol generating of kernel and modules X-Git-Tag: v2.6.17-rc1~733^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7b05e64bdb2fcc4b2dc94a4bd9426adc70c9599;p=pandora-kernel.git kbuild: Fix bug in crc symbol generating of kernel and modules The scripts/genksyms/genksyms.c uses hardcoded "__crc_" prefix for crc symbols in kernel and modules. The prefix should be replaced by "MODULE_SYMBOL_PREFIX##__crc_" otherwise there will be warnings when MODULE_SYMBOL_PREFIX is not NULL. I am sorry my last patch for this issue is actually wrong. I revert it in this patch. Signed-off-by: Luke Yang Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed