From: Rusty Russell Date: Mon, 24 Jan 2011 20:32:51 +0000 (-0600) Subject: module: fix linker error for MODULE_VERSION when !MODULE and CONFIG_SYSFS=n X-Git-Tag: v2.6.38-rc3~73^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b90a5b292321b2acac3921f77046ae195aef53f;p=pandora-kernel.git module: fix linker error for MODULE_VERSION when !MODULE and CONFIG_SYSFS=n lib/built-in.o:(__modver+0x8): undefined reference to `__modver_version_show' lib/built-in.o:(__modver+0x2c): undefined reference to `__modver_version_show' Simplest to just not emit anything: if they've disabled SYSFS they probably want the smallest kernel possible. Reported-by: Randy Dunlap Signed-off-by: Rusty Russell --- Reading git-diff-tree failed