mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
mtd: denali: make init function static
It's only used in this file. Signed-off-by: Brian Norris <computersforpeace@gmail.com>
This commit is contained in:
parent
be1ee7d881
commit
8c5194361d
@ -1394,7 +1394,7 @@ static struct nand_bbt_descr bbt_mirror_descr = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* initialize driver data structures */
|
/* initialize driver data structures */
|
||||||
void denali_drv_init(struct denali_nand_info *denali)
|
static void denali_drv_init(struct denali_nand_info *denali)
|
||||||
{
|
{
|
||||||
denali->idx = 0;
|
denali->idx = 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user