Index: src/drivers/net/ethernet/pensando/ionic/ionic.h =================================================================== --- src.orig/drivers/net/ethernet/pensando/ionic/ionic.h 2020-06-23 12:25:59.338224007 +0200 +++ src/drivers/net/ethernet/pensando/ionic/ionic.h 2020-06-27 14:53:12.175233977 +0200 @@ -10,6 +10,8 @@ #include "ionic_dev.h" #include "ionic_devlink.h" +#include "ionic_backport_compat.h" + #define IONIC_DRV_NAME "ionic" #define IONIC_DRV_DESCRIPTION "Pensando Ethernet NIC Driver" Index: src/drivers/net/ethernet/pensando/ionic/ionic_backport_compat.h =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ src/drivers/net/ethernet/pensando/ionic/ionic_backport_compat.h 2020-06-27 14:52:31.974179393 +0200 @@ -0,0 +1,5 @@ +#ifndef IONIC_BACKPORT_COMPAT_H +#define IONIC_BACKPORT_COMPAT_H + + +#endif /* IONIC_BACKPORT_COMPAT_H */