mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-04-02 04:21:32 +00:00
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. Signed-off-by: Adam Ford <aford173@gmail.com>
This commit is contained in:
parent
5ae585ba3a
commit
5645df9e00
1 changed files with 1 additions and 1 deletions
|
@ -1092,7 +1092,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…
Add table
Reference in a new issue