NAND/ARM_IO: review scope of functions
Add "static" qualifier to private functions. Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
parent
617811ac66
commit
a6307fed91
|
@ -43,7 +43,7 @@
|
||||||
* @param area Pointer to a pointer to a working area to copy code to
|
* @param area Pointer to a pointer to a working area to copy code to
|
||||||
* @return Success or failure of the operation
|
* @return Success or failure of the operation
|
||||||
*/
|
*/
|
||||||
int arm_code_to_working_area(struct target *target,
|
static int arm_code_to_working_area(struct target *target,
|
||||||
const uint32_t *code, unsigned code_size,
|
const uint32_t *code, unsigned code_size,
|
||||||
unsigned additional, struct working_area **area)
|
unsigned additional, struct working_area **area)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue