[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <200610241753.06444.arnd.bergmann@de.ibm.com>
Date: Tue, 24 Oct 2006 17:53:05 +0200
From: Arnd Bergmann <arnd.bergmann@...ibm.com>
To: linux-kernel@...r.kernel.org
Cc: Zhang Yanmin <yanmin.zhang@...el.com>,
Greg Kroah-Hartman <gregkh@...e.de>,
linux-pci@...ey.karlin.mff.cuni.cz
Subject: [PATCH] fix building pcie portdrv_pci.c without CONFIG_PM
pcie_portdrv_restore_config is now also used outside of
CONFIG_PM.
Signed-off-by: Arnd Bergmann <arnd.bergmann@...ibm.com>
--- a/drivers/pci/pcie/portdrv_pci.c
+++ b/drivers/pci/pcie/portdrv_pci.c
@@ -37,7 +37,6 @@ static int pcie_portdrv_save_config(stru
return pci_save_state(dev);
}
-#ifdef CONFIG_PM
static int pcie_portdrv_restore_config(struct pci_dev *dev)
{
int retval;
@@ -50,6 +49,7 @@ static int pcie_portdrv_restore_config(s
return 0;
}
+#ifdef CONFIG_PM
static int pcie_portdrv_suspend(struct pci_dev *dev, pm_message_t state)
{
int ret = pcie_port_device_suspend(dev, state);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists