ARCH: OMAP1: Move extern'ed prototypes to header files in arch/arm/mach-omap1
authorFelipe Balbi <felipe.lima@indt.org.br>
Mon, 17 Dec 2007 20:51:25 +0000 (22:51 +0200)
committerTony Lindgren <tony@atomide.com>
Tue, 18 Dec 2007 02:11:24 +0000 (18:11 -0800)
Prototypes with extern should rely only on header files so there's only
one copy of each.

It also helps when changing that function's prototype to get mis-uses of
that function.

Signed-off-by: Felipe Balbi <felipe.lima@indt.org.br>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found