summaryrefslogtreecommitdiff
path: root/drivers/char/tpm/tpm.h
diff options
context:
space:
mode:
authorJason Gunthorpe <jgunthorpe@obsidianresearch.com>2013-09-22 20:19:18 (GMT)
committerPeter Huewe <peterhuewe@gmx.de>2013-10-22 17:42:28 (GMT)
commit6aff1fdc5d59acd7181bdd2f41b34d7bea1b6dcb (patch)
tree5c8f321f86e19b19466d07343f49c5c3d07e52a4 /drivers/char/tpm/tpm.h
parent1e6e0974b5d401ab8505eca821f00fcb74d50a55 (diff)
downloadlinux-6aff1fdc5d59acd7181bdd2f41b34d7bea1b6dcb.tar.xz
tpm: Store devname in the tpm_chip
Just put the memory directly in the chip structure, rather than in a 2nd dedicated kmalloc. Signed-off-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com> Reviewed-by: Joel Schopp <jschopp@linux.vnet.ibm.com> Reviewed-by: Peter Huewe <peterhuewe@gmx.de> Signed-off-by: Peter Huewe <peterhuewe@gmx.de> Acked-by: Ashley Lai <adlai@linux.vnet.ibm.com>
Diffstat (limited to 'drivers/char/tpm/tpm.h')
-rw-r--r--drivers/char/tpm/tpm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/tpm/tpm.h b/drivers/char/tpm/tpm.h
index a7bfc17..0df18b5 100644
--- a/drivers/char/tpm/tpm.h
+++ b/drivers/char/tpm/tpm.h
@@ -122,6 +122,7 @@ struct tpm_chip {
struct device *dev; /* Device stuff */
int dev_num; /* /dev/tpm# */
+ char devname[7];
unsigned long is_open; /* only one allowed */
int time_expired;