From: Stephen Rothwell Date: Sun, 19 Oct 2008 03:25:46 +0000 (-0700) Subject: tpm: don't export static functions X-Git-Tag: v2.6.28-rc1~251 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbb2ed4ac61f3e3d1656db141cfced6ed38861d5;p=pandora-kernel.git tpm: don't export static functions Today's linux-next build (powerpc_allyesconfig) failed like this: drivers/char/tpm/tpm.c:1162: error: __ksymtab_tpm_dev_release causes a section type conflict Caused by commit 253115b71fa06330bd58afbe01ccaf763a8a0cf1 ("The tpm_dev_release function is only called for platform devices, not pnp") which exported a static function. Signed-off-by: Stephen Rothwell Cc: Rajiv Andrade Cc: James Morris Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed