OMAP: clock: fix compile warning
authorFelipe Balbi <balbi@ti.com>
Thu, 10 Mar 2011 01:44:28 +0000 (18:44 -0700)
committerPaul Walmsley <paul@pwsan.com>
Thu, 10 Mar 2011 01:44:28 +0000 (18:44 -0700)
if building kernels without OMAP2 support, we
will see a warning such as:

arch/arm/mach-omap2/io.c: In function 'omap2_init_common_infrastructure':
arch/arm/mach-omap2/io.c:389:3: warning: statement with no effect
arch/arm/mach-omap2/io.c:391:3: warning: statement with no effect

Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>

No differences found