mach-omap2: fix sparse warnings, some style issues for OMAP2 builds
authorPaul Walmsley <paul@pwsan.com>
Fri, 18 Jul 2008 02:52:39 +0000 (20:52 -0600)
committerTony Lindgren <tony@atomide.com>
Tue, 5 Aug 2008 11:49:32 +0000 (14:49 +0300)
This cleans up remaining sparse warnings for OMAP2 builds and fixes a
few CodingStyle issues.  This involves:

- removing casts where they don't belong,

- adding casts where they should be,

- marking internal functions as static,

- fixing some indentation in board-2430sdp-flash.c.

Patch should cause no change in kernel behavior.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found