UPSTREAM: MTD: NAND: mxs_nand_init_dma: Make mxs_nand_init_dma static
mxs_nand_init_dma is only referenced from mxs_nand.c. It's not referenced in any headers or outside code, so this patch defines it as static. Change-Id: I6c1dd1690288a073b95a715c53e4bc36b154dd59 Signed-off-by: Adam Ford <aford173@gmail.com> Signed-off-by: Jon Lin <jon.lin@rock-chips.com> (cherry picked from commit 5645df9e00a01407730dc11d3a2bc4969203dc8c)
This commit is contained in:
parent
0aa53418f3
commit
f58e694f40
|
|
@ -1093,7 +1093,7 @@ int mxs_nand_alloc_buffers(struct mxs_nand_info *nand_info)
|
|||
/*
|
||||
* Initializes the NFC hardware.
|
||||
*/
|
||||
int mxs_nand_init_dma(struct mxs_nand_info *info)
|
||||
static int mxs_nand_init_dma(struct mxs_nand_info *info)
|
||||
{
|
||||
int i = 0, j, ret = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue