diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2008-10-19 03:25:46 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-20 15:50:24 (GMT) |
commit | cbb2ed4ac61f3e3d1656db141cfced6ed38861d5 (patch) | |
tree | 75f41905b0ba5ae88e7d7e5278eb6523bd44e25d /Makefile | |
parent | d014e5f7f817d8a5d65457c416ade9244785f196 (diff) | |
download | linux-fsl-qoriq-cbb2ed4ac61f3e3d1656db141cfced6ed38861d5.tar.xz |
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 <sfr@canb.auug.org.au>
Cc: Rajiv Andrade <srajiv@linux.vnet.ibm.com>
Cc: James Morris <jmorris@namei.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions