]> git.baikalelectronics.ru Git - kernel.git/commit
char/tpm: Remove duplicated lookup table
authorPeter Huewe <peterhuewe@gmx.de>
Mon, 12 Nov 2012 22:37:17 +0000 (23:37 +0100)
committerKent Yoder <key@linux.vnet.ibm.com>
Tue, 5 Feb 2013 15:38:21 +0000 (09:38 -0600)
commitaa429a896de2721a7a91e0a1ab9208b9f9d87f1e
treed842524e7250972dead02426a9181d0cbdbc7f47
parentb841a4b39bde59702e6bbc0729f7ed9d556e4062
char/tpm: Remove duplicated lookup table

The entries in tpm_protected_ordinal_duration are exactly the same as
the first 12 in tpm_ordinal_duration, so we can simply remove this one,
and save some bytes.

This does not change the behavior of the driver.

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Kent Yoder <key@linux.vnet.ibm.com>
drivers/char/tpm/tpm.c