diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-05-27 14:27:34 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-05-27 14:27:34 -0700 |
commit | f23a5e1405e47df6cdc86568ea75df266b9e151f (patch) | |
tree | 788fab831a235ce8f143e8562d832336a595cff7 /arch/frv | |
parent | d24c2af42292cb4ad9c829d71fe0d795112ca6e7 (diff) | |
parent | 0775a60aca2375ea5598741b30d13fe6d3f15617 (diff) | |
download | linux-3.10-f23a5e1405e47df6cdc86568ea75df266b9e151f.tar.gz linux-3.10-f23a5e1405e47df6cdc86568ea75df266b9e151f.tar.bz2 linux-3.10-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/frv')
-rw-r--r-- | arch/frv/include/asm/suspend.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/frv/include/asm/suspend.h b/arch/frv/include/asm/suspend.h deleted file mode 100644 index 5fa7b5a6ee4..00000000000 --- a/arch/frv/include/asm/suspend.h +++ /dev/null @@ -1,20 +0,0 @@ -/* suspend.h: suspension stuff - * - * Copyright (C) 2004 Red Hat, Inc. All Rights Reserved. - * Written by David Howells (dhowells@redhat.com) - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version - * 2 of the License, or (at your option) any later version. - */ - -#ifndef _ASM_SUSPEND_H -#define _ASM_SUSPEND_H - -static inline int arch_prepare_suspend(void) -{ - return 0; -} - -#endif /* _ASM_SUSPEND_H */ |