iwlwifi: rs: remove unneeded check of average tpt in window
[linux-2.6/btrfs-unstable.git] / include / linux / mvebu-pmsu.h
blobb918d07efe23dda71465aaca9beb1b02bb00d27a
1 /*
2 * Copyright (C) 2012 Marvell
4 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6 * This file is licensed under the terms of the GNU General Public
7 * License version 2. This program is licensed "as is" without any
8 * warranty of any kind, whether express or implied.
9 */
11 #ifndef __MVEBU_PMSU_H__
12 #define __MVEBU_PMSU_H__
14 #ifdef CONFIG_MACH_MVEBU_V7
15 int mvebu_pmsu_dfs_request(int cpu);
16 #else
17 static inline int mvebu_pmsu_dfs_request(int cpu) { return -ENODEV; }
18 #endif
20 #endif /* __MVEBU_PMSU_H__ */