diff options
author | Andrew Morton <akpm@osdl.org> | 2006-03-25 03:07:35 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-25 08:22:55 -0800 |
commit | 276ad0c109e69a32b634f0550d096f9381135b7d (patch) | |
tree | d64a22accf781d9de98401954271de851a6be0b8 /drivers/char/tpm/tpm.h | |
parent | 44575b2f0873c30ba6010e58048b317474f2bbd0 (diff) | |
download | talos-op-linux-276ad0c109e69a32b634f0550d096f9381135b7d.tar.gz talos-op-linux-276ad0c109e69a32b634f0550d096f9381135b7d.zip |
[PATCH] tpm: sparc32 build fix
In file included from drivers/char/tpm/tpm_nsc.c:23:
drivers/char/tpm/tpm.h: In function `tpm_read_index':
drivers/char/tpm/tpm.h:92: warning: implicit declaration of function `outb'
drivers/char/tpm/tpm.h:93: warning: implicit declaration of function `inb'
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/char/tpm/tpm.h')
-rw-r--r-- | drivers/char/tpm/tpm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/tpm/tpm.h b/drivers/char/tpm/tpm.h index fd3a4beaa53d..dec0224b4478 100644 --- a/drivers/char/tpm/tpm.h +++ b/drivers/char/tpm/tpm.h @@ -24,6 +24,7 @@ #include <linux/fs.h> #include <linux/miscdevice.h> #include <linux/platform_device.h> +#include <linux/io.h> enum tpm_timeout { TPM_TIMEOUT = 5, /* msecs */ |