Re: [PATCH net-next v6 1/2] net: ti: icssg-prueth: Add Frame Preemption MAC Merge support
From: Meghana Malladi
Date: Thu Jun 04 2026 - 09:38:28 EST
On 5/26/26 01:16, Andrew Lunn wrote:
+++ b/drivers/net/ethernet/ti/icssg/icssg_prueth.h
@@ -44,6 +44,7 @@
#include "icssg_config.h"
#include "icss_iep.h"
#include "icssg_switch_map.h"
+#include "icssg_qos.h"
#define PRUETH_MAX_MTU (2000 - ETH_HLEN - ETH_FCS_LEN)
Sorry for hijacking another message, but the indentation looks odd
here.
Sure will fix this, thanks for catching
Andrew