This fixes a build error introduced in 7d2b68df6301937a8299bca8bef135ae951b569c: /include/linux/compat-2.6.25.h:172: error: two or more data types in declaration specifiers Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- include/linux/compat-2.6.25.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/linux/compat-2.6.25.h b/include/linux/compat-2.6.25.h index e0dfdf3..7188b8c 100644 --- a/include/linux/compat-2.6.25.h +++ b/include/linux/compat-2.6.25.h @@ -169,7 +169,7 @@ static inline int compat_pm_qos_power_init(void) return 0; } -static inline int int compat_pm_qos_power_deinit(void) +static inline int compat_pm_qos_power_deinit(void) { return 0; } -- 1.6.3.3 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html