On Thu, Jul 25, 2019 at 03:14:24PM -0300, Jason Gunthorpe wrote: > On Thu, Jul 25, 2019 at 11:19:28PM +0530, Potnuri Bharat Teja wrote: > > match_device handler is no longer needed after latest device binding changes. > > > > Signed-off-by: Potnuri Bharat Teja <bharat@xxxxxxxxxxx> > > --- > > providers/cxgb4/dev.c | 41 ----------------------------------------- > > 1 file changed, 41 deletions(-) > > Do you know if we can also drop the same code in cxgb3? Can we simply remove cxgb3? Thanks > > Jason