OSDN Git Service

[ARM] 5451/1: ep93xx:core.c: build warning fix
authorHartley Sweeten <hartleys@visionengravers.com>
Tue, 14 Apr 2009 20:38:07 +0000 (21:38 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 15 Apr 2009 09:01:03 +0000 (10:01 +0100)
commitd5565f76d30a164570d883ab2e77a24b6b8686a0
tree5bfcc256a47145717d1a818c379585580a75b137
parent7fccfc00c003c855936970facdbb667bae9dbe9a
[ARM] 5451/1: ep93xx:core.c: build warning fix

Fix trivial build warning due to incompatible pointer type.

ep93xx_timer_interrupt() has the wrong return type causing a
warning during the build.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-ep93xx/core.c