Re: [PATCH] clocksource: mxs_timer: Add semicolon at end of line

2013-04-02 Thread Fabio Estevam
On Tue, Apr 2, 2013 at 11:56 PM, Shawn Guo wrote: > Ok, I'm seeing the error now on linux-next. It's not about compiler > but the commit 3d5a965 (clocksource: make CLOCKSOURCE_OF_DECLARE type > safe), which removes the semicolon at end of the > CLOCKSOURCE_OF_DECLARE definition. Right, the remov

Re: [PATCH] clocksource: mxs_timer: Add semicolon at end of line

2013-04-02 Thread Shawn Guo
On 3 April 2013 10:29, Shawn Guo wrote: > On Tue, Apr 02, 2013 at 01:30:32PM -0300, Fabio Estevam wrote: >> Fix the following build error: >> >> drivers/clocksource/mxs_timer.c:304:1: error: expected ',' or ';' at end of >> input >> > What's your gcc version? I'm using gcc version 4.6.3 (Ubuntu/

Re: [PATCH] clocksource: mxs_timer: Add semicolon at end of line

2013-04-02 Thread Shawn Guo
On Tue, Apr 02, 2013 at 01:30:32PM -0300, Fabio Estevam wrote: > Fix the following build error: > > drivers/clocksource/mxs_timer.c:304:1: error: expected ',' or ';' at end of > input > What's your gcc version? I'm using gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5), and do not see the compi

[PATCH] clocksource: mxs_timer: Add semicolon at end of line

2013-04-02 Thread Fabio Estevam
Fix the following build error: drivers/clocksource/mxs_timer.c:304:1: error: expected ',' or ';' at end of input Signed-off-by: Fabio Estevam --- drivers/clocksource/mxs_timer.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clocksource/mxs_timer.c b/drivers/clo