mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
sfc: Remove device ID macros only used once
The SFC9020/SFL9021 device IDs are only used in the device ID table, where we can just as well use comments. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
This commit is contained in:
parent
8431a27ad5
commit
547c474fa7
2 changed files with 2 additions and 6 deletions
|
@ -14,10 +14,6 @@
|
|||
#include "net_driver.h"
|
||||
#include "filter.h"
|
||||
|
||||
/* PCI IDs */
|
||||
#define BETHPAGE_A_P_DEVID 0x0803
|
||||
#define SIENA_A_P_DEVID 0x0813
|
||||
|
||||
/* Solarstorm controllers use BAR 0 for I/O space and BAR 2(&3) for memory */
|
||||
#define EFX_MEM_BAR 2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue