omap3: fix minor typos
This patch fixes typos that were remaining after the file and functions were renamed. Signed-off-by: Sanjeev Premi <premi@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
4f85f99b1e
commit
f69eefd18d
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* board-sdp-flash.c
|
* board-flash.c
|
||||||
* Modified from mach-omap2/board-3430sdp-flash.c
|
* Modified from mach-omap2/board-3430sdp-flash.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2009 Nokia Corporation
|
* Copyright (C) 2009 Nokia Corporation
|
||||||
|
@ -189,7 +189,7 @@ static u8 get_gpmc0_type(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* sdp3430_flash_init - Identify devices connected to GPMC and register.
|
* board_flash_init - Identify devices connected to GPMC and register.
|
||||||
*
|
*
|
||||||
* @return - void.
|
* @return - void.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue