commit | e2fa3d799b7471f00adae59ff36260ad8237929f | [log] [tgz] |
---|---|---|
author | Peter Huewe <peterhuewe@gmx.de> | Mon May 27 21:39:57 2013 +0200 |
committer | Peter Huewe <peterhuewe@gmx.de> | Mon May 27 22:09:09 2013 +0200 |
tree | 0ae8f07c4efd4720e8ee6afad93d98927fc1ac4e | |
parent | 5b88e270253db6d817e6a2f61909d1e53620e990 [diff] |
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 <tcamuso@redhat.com> Signed-off-by: Peter Huewe <peterhuewe@gmx.de>