summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm
diff options
context:
space:
mode:
authorAl Viro2006-10-18 19:55:46 +0200
committerAl Viro2006-12-04 08:00:24 +0100
commit914e26379decf1fd984b22e51fd2e4209b7a7f1b (patch)
tree4f20ee40e959699e344cdff0e117d309d238f6be /drivers/char/tpm
parent[PATCH] severing module.h->sched.h (diff)
downloadkernel-qcow2-linux-914e26379decf1fd984b22e51fd2e4209b7a7f1b.tar.gz
kernel-qcow2-linux-914e26379decf1fd984b22e51fd2e4209b7a7f1b.tar.xz
kernel-qcow2-linux-914e26379decf1fd984b22e51fd2e4209b7a7f1b.zip
[PATCH] severing fs.h, radix-tree.h -> sched.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers/char/tpm')
-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 050ced247f68..bb9a43c6cf3d 100644
--- a/drivers/char/tpm/tpm.h
+++ b/drivers/char/tpm/tpm.h
@@ -22,6 +22,7 @@
#include <linux/pci.h>
#include <linux/delay.h>
#include <linux/fs.h>
+#include <linux/sched.h>
#include <linux/miscdevice.h>
#include <linux/platform_device.h>
#include <linux/io.h>