diff --git a/[refs] b/[refs] index 9786ce139365..25dedade3fb2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bfce7cf68673216168020f369365dfc8ccbf23de +refs/heads/master: 67a101f573b0cb1043c8c305112113450cb9fdbf diff --git a/trunk/fs/pstore/internal.h b/trunk/fs/pstore/internal.h index 958c48d8905c..0d0d3b7d5f12 100644 --- a/trunk/fs/pstore/internal.h +++ b/trunk/fs/pstore/internal.h @@ -1,6 +1,8 @@ #ifndef __PSTORE_INTERNAL_H__ #define __PSTORE_INTERNAL_H__ +#include +#include #include #if NR_CPUS <= 2 && defined(CONFIG_ARM_THUMB) diff --git a/trunk/include/linux/pstore.h b/trunk/include/linux/pstore.h index 120443b0fda5..c892587d9b81 100644 --- a/trunk/include/linux/pstore.h +++ b/trunk/include/linux/pstore.h @@ -24,6 +24,10 @@ #include #include +#include +#include +#include +#include /* 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; diff --git a/trunk/include/linux/pstore_ram.h b/trunk/include/linux/pstore_ram.h index af848e1593b9..ba2b211aaa81 100644 --- a/trunk/include/linux/pstore_ram.h +++ b/trunk/include/linux/pstore_ram.h @@ -24,6 +24,7 @@ #include struct persistent_ram_buffer; +struct rs_control; struct persistent_ram_zone { phys_addr_t paddr;