Commit 4280370e authored by Adrian Bunk's avatar Adrian Bunk Committed by Dave Jones

[AGPGART] remove unused variable

This patch removes an unused variable.
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 4092e256
...@@ -387,8 +387,6 @@ static int agp_nvidia_suspend(struct pci_dev *pdev, pm_message_t state) ...@@ -387,8 +387,6 @@ static int agp_nvidia_suspend(struct pci_dev *pdev, pm_message_t state)
static int agp_nvidia_resume(struct pci_dev *pdev) static int agp_nvidia_resume(struct pci_dev *pdev)
{ {
struct agp_bridge_data *bridge = pci_get_drvdata(pdev);
/* set power state 0 and restore PCI space */ /* set power state 0 and restore PCI space */
pci_set_power_state (pdev, 0); pci_set_power_state (pdev, 0);
pci_restore_state(pdev); pci_restore_state(pdev);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment