Skip to content

Commit

Permalink
net: wangxun: Remove macro that is redefined
Browse files Browse the repository at this point in the history
Remove PCI_VENDOR_ID_WANGXUN which is redefined in
drivers/pci/quirks.

Signed-off-by: mengyuanlou <mengyuanlou@net-swift.com>
Link: https://lore.kernel.org/r/20230315091846.17314-1-mengyuanlou@net-swift.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
  • Loading branch information
mengyuanlou authored and Jakub Kicinski committed Mar 18, 2023
1 parent 6365ba6 commit 4dd2744
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/net/ethernet/wangxun/libwx/wx_type.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
#include <linux/bitfield.h>
#include <linux/netdevice.h>

/* Vendor ID */
#ifndef PCI_VENDOR_ID_WANGXUN
#define PCI_VENDOR_ID_WANGXUN 0x8088
#endif

#define WX_NCSI_SUP 0x8000
#define WX_NCSI_MASK 0x8000
#define WX_WOL_SUP 0x4000
Expand Down

0 comments on commit 4dd2744

Please sign in to comment.