mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-02-16 22:14:54 +00:00
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>