Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318034
b: refs/heads/master
c: 67a101f
h: refs/heads/master
v: v3
  • Loading branch information
Anton Vorontsov authored and Greg Kroah-Hartman committed Jul 17, 2012
1 parent 289bf1f commit 6a96183
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bfce7cf68673216168020f369365dfc8ccbf23de
refs/heads/master: 67a101f573b0cb1043c8c305112113450cb9fdbf
2 changes: 2 additions & 0 deletions trunk/fs/pstore/internal.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef __PSTORE_INTERNAL_H__
#define __PSTORE_INTERNAL_H__

#include <linux/types.h>
#include <linux/time.h>
#include <linux/pstore.h>

#if NR_CPUS <= 2 && defined(CONFIG_ARM_THUMB)
Expand Down
6 changes: 6 additions & 0 deletions trunk/include/linux/pstore.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

#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 {
Expand All @@ -34,6 +38,8 @@ enum pstore_type_id {
PSTORE_TYPE_UNKNOWN = 255
};

struct module;

struct pstore_info {
struct module *owner;
char *name;
Expand Down
1 change: 1 addition & 0 deletions trunk/include/linux/pstore_ram.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <linux/init.h>

struct persistent_ram_buffer;
struct rs_control;

struct persistent_ram_zone {
phys_addr_t paddr;
Expand Down

0 comments on commit 6a96183

Please sign in to comment.