From 4d03f7e525b28d5bf7d8e0c016b27f6fe62886b7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E9=BB=84=E6=B6=9B?= Date: Fri, 9 Sep 2011 16:57:23 +0800 Subject: [PATCH] rk29: clock.h: Add 'struct notifier_block' forward declaration --- arch/arm/mach-rk29/include/mach/clock.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-rk29/include/mach/clock.h b/arch/arm/mach-rk29/include/mach/clock.h index e0ac1cef3919..800dd9294c90 100644 --- a/arch/arm/mach-rk29/include/mach/clock.h +++ b/arch/arm/mach-rk29/include/mach/clock.h @@ -68,6 +68,8 @@ struct clk_notifier_data { #define CLK_POST_DISABLE 8 #define CLK_ABORT_DISABLE 9 +struct notifier_block; + extern int clk_notifier_register(struct clk *clk, struct notifier_block *nb); extern int clk_notifier_unregister(struct clk *clk, struct notifier_block *nb); -- 2.34.1