[PATCH] PCI: fix pci_request_region[s] arg

Add missing 'const' to pci_request_region[s] 'res_name' arg,
    since we pass it directly to __request_region(), whose 'name' arg
    is also const.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Jeff Garzik 2006-03-04 21:52:42 -05:00 committed by Greg Kroah-Hartman
commit 3c990e9219
2 changed files with 4 additions and 4 deletions