m68k/q40/config.c: make functions static
authorAdrian Bunk <bunk@kernel.org>
Thu, 17 Jul 2008 19:16:26 +0000 (21:16 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 21 Jul 2008 00:24:39 +0000 (17:24 -0700)
commit22deb527ce5d13e07652f81a53032aa0214ea8c3
treef2a0cd4e2db54f31067e41287eb66fddeb2ed552
parent8dfbdf4abad6e5a7bbd097bf7e2c0ec41e0c54b4
m68k/q40/config.c: make functions static

This patch makes the following needlessly global functions static:
- q40_reset()
- q40_halt()
- q40_disable_irqs()
- q40_gettimeoffset()
- q40_hwclk()
- q40_get_ss()
- q40_set_clock_mmss()

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/m68k/q40/config.c