summaryrefslogtreecommitdiff
path: root/kernel/pm.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 23:59:34 -0800
committerLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 23:59:34 -0800
commitd0415686774477153ca911a612f74c2d2bb11be6 (patch)
treee5f35894e9ff6c0da29668e5560204fd49db5eb1 /kernel/pm.c
parent25aa595a676f130148eba073cdd5a8d57e9d238f (diff)
v2.5.1.3 -> v2.5.1.4
- Jens Axboe: more bio updates, fix some request list bogosity under load - Al Viro: export seq_xxx functions - Manfred Spraul: include file cleanups, pc110pad compile fix - David Woodhouse: fix JFFS2 write error handling - Dave Jones: start merging up with 2.4.x patches - Manfred Spraul: coredump fixes, FS event counter cleanups - me: fix SCSI CD-ROM sectorsize BIO breakage
Diffstat (limited to 'kernel/pm.c')
-rw-r--r--kernel/pm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/pm.c b/kernel/pm.c
index b5ff82ce13ab..a33e7b26ebe8 100644
--- a/kernel/pm.c
+++ b/kernel/pm.c
@@ -20,6 +20,7 @@
#include <linux/module.h>
#include <linux/spinlock.h>
+#include <linux/mm.h>
#include <linux/slab.h>
#include <linux/pm.h>
#include <linux/interrupt.h>