On 5/13/2020 9:41 AM, Pablo Neira Ayuso wrote: > Drivers do not register to netdev events to set up indirect blocks > anymore. Remove __flow_indr_block_cb_register() and > __flow_indr_block_cb_unregister(). > > The frontends set up the callbacks through flow_indr_dev_setup_block() > > Signed-off-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> This commit failed to remove the prototypes from the header file: include/net/flow_offload.h Thanks, Jake