pstore: Headers should include all stuff they use
[deliverable/linux.git] / include / linux / pstore.h
index 120443b0fda51dc10444fe90ef59457952d2b403..c892587d9b81f87dbdacefee4c6acd485debae32 100644 (file)
 
 #include <linux/time.h>
 #include <linux/kmsg_dump.h>
+#include <linux/mutex.h>
+#include <linux/types.h>
+#include <linux/spinlock.h>
+#include <linux/errno.h>
 
 /* types */
 enum pstore_type_id {
@@ -34,6 +38,8 @@ enum pstore_type_id {
        PSTORE_TYPE_UNKNOWN     = 255
 };
 
+struct module;
+
 struct pstore_info {
        struct module   *owner;
        char            *name;
This page took 0.025357 seconds and 5 git commands to generate.