USB: storage: ene_ub6250: fix compile warnings
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / arm / plat-s5p / pm.c
blobd15dc47b0e3db50c2c87535aca5f5ff153e4c6b0
1 /* linux/arch/arm/plat-s5p/pm.c
3 * Copyright (c) 2010 Samsung Electronics Co., Ltd.
4 * http://www.samsung.com
6 * S5P Power Manager (Suspend-To-RAM) support
8 * Based on arch/arm/plat-s3c24xx/pm.c
9 * Copyright (c) 2004,2006 Simtec Electronics
10 * Ben Dooks <ben@simtec.co.uk>
12 * This program is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License version 2 as
14 * published by the Free Software Foundation.
17 #include <linux/suspend.h>
18 #include <plat/pm.h>
20 #define PFX "s5p pm: "
22 /* s3c_pm_configure_extint
24 * configure all external interrupt pins
27 void s3c_pm_configure_extint(void)
29 /* nothing here yet */
32 void s3c_pm_restore_core(void)
34 /* nothing here yet */
37 void s3c_pm_save_core(void)
39 /* nothing here yet */