summaryrefslogtreecommitdiffstats
path: root/arch/mips/include
diff options
context:
space:
mode:
authorLinus Torvalds2011-05-27 23:27:34 +0200
committerLinus Torvalds2011-05-27 23:27:34 +0200
commitf23a5e1405e47df6cdc86568ea75df266b9e151f (patch)
tree788fab831a235ce8f143e8562d832336a595cff7 /arch/mips/include
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 (diff)
parentPM: Fix PM QOS's user mode interface to work with ASCII input (diff)
downloadkernel-qcow2-linux-f23a5e1405e47df6cdc86568ea75df266b9e151f.tar.gz
kernel-qcow2-linux-f23a5e1405e47df6cdc86568ea75df266b9e151f.tar.xz
kernel-qcow2-linux-f23a5e1405e47df6cdc86568ea75df266b9e151f.zip
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6: PM: Fix PM QOS's user mode interface to work with ASCII input PM / Hibernate: Update kerneldoc comments in hibernate.c PM / Hibernate: Remove arch_prepare_suspend() PM / Hibernate: Update some comments in core hibernate code
Diffstat (limited to 'arch/mips/include')
-rw-r--r--arch/mips/include/asm/suspend.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/include/asm/suspend.h b/arch/mips/include/asm/suspend.h
index 294cdb66c5fc..3adac3b53d19 100644
--- a/arch/mips/include/asm/suspend.h
+++ b/arch/mips/include/asm/suspend.h
@@ -1,8 +1,6 @@
#ifndef __ASM_SUSPEND_H
#define __ASM_SUSPEND_H
-static inline int arch_prepare_suspend(void) { return 0; }
-
/* References to section boundaries */
extern const void __nosave_begin, __nosave_end;