aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/fddi/skfp
diff options
context:
space:
mode:
authorPuranjay Mohan <puranjay12@gmail.com>2019-06-21 21:10:36 +0530
committerDavid S. Miller <davem@davemloft.net>2019-06-26 13:05:42 -0700
commita08f1c438bc49fafbc00d38acdfb0edde5de640b (patch)
tree54c344e5660563f303445661a5d5eda015b581c5 /drivers/net/fddi/skfp
parentnet: fddi: skfp: Rename local PCI defines to match generic PCI defines (diff)
downloadlinux-dev-a08f1c438bc49fafbc00d38acdfb0edde5de640b.tar.xz
linux-dev-a08f1c438bc49fafbc00d38acdfb0edde5de640b.zip
net: fddi: skfp: Include generic PCI definitions
Include the uapi/linux/pci_regs.h header file which contains the generic PCI defines. Signed-off-by: Puranjay Mohan <puranjay12@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/fddi/skfp')
-rw-r--r--drivers/net/fddi/skfp/drvfbi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/fddi/skfp/drvfbi.c b/drivers/net/fddi/skfp/drvfbi.c
index b324c1acf195..9c8aa3a95463 100644
--- a/drivers/net/fddi/skfp/drvfbi.c
+++ b/drivers/net/fddi/skfp/drvfbi.c
@@ -20,6 +20,7 @@
#include "h/supern_2.h"
#include "h/skfbiinc.h"
#include <linux/bitrev.h>
+#include <linux/pci_regs.h>
#ifndef lint
static const char ID_sccs[] = "@(#)drvfbi.c 1.63 99/02/11 (C) SK " ;