[PATCH] severing fs.h, radix-tree.h -> sched.h
[deliverable/linux.git] / drivers / char / tpm / tpm.h
index 54a4c804e25f30fc38eed78e5a4b32d2e07f1bc9..bb9a43c6cf3db88e2a74f4892ea6f2d048f0450e 100644 (file)
@@ -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>
@@ -140,7 +141,7 @@ extern int tpm_pm_resume(struct device *);
 extern struct dentry ** tpm_bios_log_setup(char *);
 extern void tpm_bios_log_teardown(struct dentry **);
 #else
-static inline struct dentry* tpm_bios_log_setup(char *name)
+static inline struct dentry ** tpm_bios_log_setup(char *name)
 {
        return NULL;
 }
This page took 0.027214 seconds and 5 git commands to generate.