We just need to forward declare it for struct pci_dev, not expose it outside of
__KERNEL__.
Signed-off-by:  Jesse Barnes <jbarnes@virtuousgeek.org>
 /* Include the pci register defines */
 #include <linux/pci_regs.h>
 
-struct pci_vpd;
-
 /*
  * The PCI interface treats multi-function devices as independent
  * devices.  The slot/function address of each device is encoded
 };
 
 struct pcie_link_state;
+struct pci_vpd;
+
 /*
  * The pci_dev structure is used to describe PCI devices.
  */