Remove extraneous semicolons. They are already provided by
the macro definition, and cause the generation of syntactically incorrect code that gcc happens to accept. Reviewed by: schweikh (mentor) MFC after: 4 weeks
This commit is contained in:
parent
e65fb6de88
commit
474a3796c9
@ -106,8 +106,8 @@ struct sym_fwa_ofs {
|
||||
};
|
||||
struct sym_fwb_ofs {
|
||||
SYM_GEN_FW_B(u_short)
|
||||
SYM_GEN_B(u_short, start64);
|
||||
SYM_GEN_B(u_short, pm_handle);
|
||||
SYM_GEN_B(u_short, start64)
|
||||
SYM_GEN_B(u_short, pm_handle)
|
||||
};
|
||||
|
||||
/*
|
||||
@ -119,8 +119,8 @@ struct sym_fwa_ba {
|
||||
};
|
||||
struct sym_fwb_ba {
|
||||
SYM_GEN_FW_B(u32)
|
||||
SYM_GEN_B(u32, start64);
|
||||
SYM_GEN_B(u32, pm_handle);
|
||||
SYM_GEN_B(u32, start64)
|
||||
SYM_GEN_B(u32, pm_handle)
|
||||
};
|
||||
#undef SYM_GEN_A
|
||||
#undef SYM_GEN_B
|
||||
|
Loading…
Reference in New Issue
Block a user