commit | 22deb527ce5d13e07652f81a53032aa0214ea8c3 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@kernel.org> | Thu Jul 17 21:16:26 2008 +0200 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sun Jul 20 17:24:39 2008 -0700 |
tree | f2a0cd4e2db54f31067e41287eb66fddeb2ed552 | |
parent | 8dfbdf4abad6e5a7bbd097bf7e2c0ec41e0c54b4 [diff] |
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>