mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 09:02:00 +00:00
bna: fix declaration mismatch
The function is declared to take u32 but definition uses enum. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Acked-by: Rasesh Mody <rmody@brocade.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
05c0db08ab
commit
7068a67581
@ -76,7 +76,7 @@ static void bfa_ioc_pf_disabled(struct bfa_ioc *ioc);
|
||||
static void bfa_ioc_pf_failed(struct bfa_ioc *ioc);
|
||||
static void bfa_ioc_pf_hwfailed(struct bfa_ioc *ioc);
|
||||
static void bfa_ioc_pf_fwmismatch(struct bfa_ioc *ioc);
|
||||
static void bfa_ioc_boot(struct bfa_ioc *ioc, u32 boot_type,
|
||||
static void bfa_ioc_boot(struct bfa_ioc *ioc, enum bfi_fwboot_type boot_type,
|
||||
u32 boot_param);
|
||||
static u32 bfa_ioc_smem_pgnum(struct bfa_ioc *ioc, u32 fmaddr);
|
||||
static void bfa_ioc_get_adapter_serial_num(struct bfa_ioc *ioc,
|
||||
|
Loading…
Reference in New Issue
Block a user