Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee69439c authored by Jesse Barnes's avatar Jesse Barnes
Browse files

PCI: don't expose struct pci_vpd to userspace



We just need to forward declare it for struct pci_dev, not expose it outside of
__KERNEL__.

Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
parent 97a34eb7
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -20,8 +20,6 @@
/* Include the pci register defines */
/* Include the pci register defines */
#include <linux/pci_regs.h>
#include <linux/pci_regs.h>


struct pci_vpd;

/*
/*
 * The PCI interface treats multi-function devices as independent
 * The PCI interface treats multi-function devices as independent
 * devices.  The slot/function address of each device is encoded
 * devices.  The slot/function address of each device is encoded
@@ -131,6 +129,8 @@ struct pci_cap_saved_state {
};
};


struct pcie_link_state;
struct pcie_link_state;
struct pci_vpd;

/*
/*
 * The pci_dev structure is used to describe PCI devices.
 * The pci_dev structure is used to describe PCI devices.
 */
 */