sctp: remove the typedef sctp_event_timeout_t
[linux-2.6/btrfs-unstable.git] / arch / arm / mach-mvebu / kirkwood-pm.h
blob21e7530f368b788f451a7545faf97ee93881498e
1 /*
2 * Power Management driver for Marvell Kirkwood SoCs
4 * Copyright (C) 2013 Ezequiel Garcia <ezequiel@free-electrons.com>
5 * Copyright (C) 2010 Simon Guinot <sguinot@lacie.com>
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License,
9 * version 2 of the License.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
17 #ifndef __ARCH_KIRKWOOD_PM_H
18 #define __ARCH_KIRKWOOD_PM_H
20 #ifdef CONFIG_PM
21 void kirkwood_pm_init(void);
22 #else
23 static inline void kirkwood_pm_init(void) {};
24 #endif
26 #endif