From: Peter Huewe Date: Mon, 27 May 2013 19:39:57 +0000 (+0200) Subject: tpm: fix regression caused by section type conflict of tpm_dev_release() in ppc builds X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~21^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2fa3d799b7471f00adae59ff36260ad8237929f;p=pandora-kernel.git tpm: fix regression caused by section type conflict of tpm_dev_release() in ppc builds The 8119807 commit reintroduced a regression (error: __ksymtab_tpm_dev_release causes a section type conflict) that was fixed by commit cbb2ed4. Fix it for good by adding the prototype to tpm.h so sparse doesn't complain about it anymore. Reported-by: Tony Camuso Signed-off-by: Peter Huewe --- Reading git-diff-tree failed