On 10/9/2018 10:31 AM, Igor Russkikh wrote: > This hw_atl layer is maintained in sync with linux kernel driver. > It will generally be in sync with linux upstream. > > Signed-off-by: Igor Russkikh <[email protected]> > Signed-off-by: Pavel Belous <[email protected]>
<...> > +/* set uP Force Interrupt */ > +void mcp_up_force_intr_set(struct aq_hw_s *aq_hw, u32 up_force_intr); This one doesn't have hw_atl prefix as others do, it seems this only non-static function with a prefix, can be possible to add a prefix to this one too?

