Skip to content

Commit 555cd19

Browse files
emuslndavem330
authored andcommitted
ionic: add dynamic_debug header
Add the appropriate header for using dynamic_hex_dump(), which seems to be incidentally included in some configurations but not all. Fixes: 7e4d475 ("ionic: replay filters after fw upgrade") Reported-by: Randy Dunlap <[email protected]> Signed-off-by: Shannon Nelson <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 0e631ee commit 555cd19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/ethernet/pensando/ionic/ionic_rx_filter.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
/* Copyright(c) 2017 - 2019 Pensando Systems, Inc */
33

44
#include <linux/netdevice.h>
5+
#include <linux/dynamic_debug.h>
56
#include <linux/etherdevice.h>
67

78
#include "ionic.h"

0 commit comments

Comments
 (0)