Commit 4280370efe0e9c527ccd6188d6211a10bcb22b1e

Authored by Adrian Bunk
Committed by Dave Jones
1 parent 4092e256ca

[AGPGART] remove unused variable

This patch removes an unused variable.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Dave Jones <davej@redhat.com>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

drivers/char/agp/nvidia-agp.c
... ... @@ -387,8 +387,6 @@
387 387  
388 388 static int agp_nvidia_resume(struct pci_dev *pdev)
389 389 {
390   - struct agp_bridge_data *bridge = pci_get_drvdata(pdev);
391   -
392 390 /* set power state 0 and restore PCI space */
393 391 pci_set_power_state (pdev, 0);
394 392 pci_restore_state(pdev);