diff options
author | Tom Rix <Tom.Rix@windriver.com> | 2009-04-01 22:02:20 -0500 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-04-05 00:30:38 +0200 |
commit | 5891151707ee5902fe62d554c247f42865815757 (patch) | |
tree | d80861d196bd256bf76cc128b5ba95ccddfaa23a /board/omap3/overo/overo.c | |
parent | 5f58f8d20f97deaf4dde7eb3886efa3e5a3715ee (diff) |
OMAP3 Fix multiline formatting in board init files.
Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
Diffstat (limited to 'board/omap3/overo/overo.c')
-rw-r--r-- | board/omap3/overo/overo.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/board/omap3/overo/overo.c b/board/omap3/overo/overo.c index 37bf350e4..809b77b64 100644 --- a/board/omap3/overo/overo.c +++ b/board/omap3/overo/overo.c @@ -35,10 +35,10 @@ #include <asm/mach-types.h> #include "overo.h" -/****************************************************************************** +/* * Routine: board_init * Description: Early hardware init. - *****************************************************************************/ + */ int board_init(void) { DECLARE_GLOBAL_DATA_PTR; @@ -52,10 +52,10 @@ int board_init(void) return 0; } -/****************************************************************************** +/* * Routine: misc_init_r * Description: Configure board specific parts - *****************************************************************************/ + */ int misc_init_r(void) { power_init_r(); @@ -65,12 +65,12 @@ int misc_init_r(void) return 0; } -/****************************************************************************** +/* * Routine: set_muxconf_regs * Description: Setting up the configuration Mux registers specific to the * hardware. Many pins need to be moved from protect to primary * mode. - *****************************************************************************/ + */ void set_muxconf_regs(void) { MUX_OVERO(); |