diff options
| author | Russell King <rmk@arm.linux.org.uk> | 2003-02-22 18:47:34 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-02-22 18:47:34 -0800 |
| commit | 7984bd819b061c94273269096dfe7e7bb672fae4 (patch) | |
| tree | fb3c9e98b2f11a89326d8f8996d26a74cab553c6 /kernel | |
| parent | 0cc9e5aa362181323a743c915aa5341f2756b658 (diff) | |
[PATCH] kernel/pm.c requires <linux/init.h>
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/pm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/pm.c b/kernel/pm.c index f24f3df672f4..a710764606ba 100644 --- a/kernel/pm.c +++ b/kernel/pm.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ - +#include <linux/init.h> #include <linux/module.h> #include <linux/spinlock.h> #include <linux/mm.h> |
