Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71103
b: refs/heads/master
c: f242d91
h: refs/heads/master
i:
  71101: d2ca74e
  71099: c49aa02
  71095: f4695c7
  71087: ecf9de4
  71071: af8ce6a
  71039: 0581a9e
v: v3
  • Loading branch information
Rafael J. Wysocki authored and Linus Torvalds committed Oct 18, 2007
1 parent 45810c5 commit 6166835
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e6c5eb9541f2197a3ffab90b1c7a3250a9b51bf6
refs/heads/master: f242d9196fd1ef4e6bf0e50d2e7f32866fb145c2
2 changes: 0 additions & 2 deletions trunk/include/linux/suspend.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ struct platform_suspend_ops {
};

#ifdef CONFIG_SUSPEND
extern struct platform_suspend_ops *suspend_ops;

/**
* suspend_set_ops - set platform dependent suspend operations
* @ops: The new suspend operations to set.
Expand Down
2 changes: 1 addition & 1 deletion trunk/kernel/power/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ DEFINE_MUTEX(pm_mutex);
/* This is just an arbitrary number */
#define FREE_PAGE_NUMBER (100)

struct platform_suspend_ops *suspend_ops;
static struct platform_suspend_ops *suspend_ops;

/**
* suspend_set_ops - Set the global suspend method table.
Expand Down

0 comments on commit 6166835

Please sign in to comment.