]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/pci/pcie/portdrv_bus.c
SLOB: fix bogus ksize calculation fix
[linux-2.6-omap-h63xx.git] / drivers / pci / pcie / portdrv_bus.c
index 3e84b501e6a419ea2b7e28452983c36a8a127bff..359fe5568df10263cd9c0620c42e7f9c8ffef1bd 100644 (file)
@@ -13,6 +13,7 @@
 #include <linux/pm.h>
 
 #include <linux/pcieport_if.h>
+#include "portdrv.h"
 
 static int pcie_port_bus_match(struct device *dev, struct device_driver *drv);
 static int pcie_port_bus_suspend(struct device *dev, pm_message_t state);
@@ -24,6 +25,7 @@ struct bus_type pcie_port_bus_type = {
        .suspend        = pcie_port_bus_suspend,
        .resume         = pcie_port_bus_resume, 
 };
+EXPORT_SYMBOL_GPL(pcie_port_bus_type);
 
 static int pcie_port_bus_match(struct device *dev, struct device_driver *drv)
 {