From: Jeff Garzik Date: Sun, 5 Mar 2006 02:52:42 +0000 (-0500) Subject: [PATCH] PCI: fix pci_request_region[s] arg X-Git-Tag: v2.6.17-rc1~998^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c990e9219ea0b0aee588473ce6c8a66cdee3ff5;p=pandora-kernel.git [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 --- Reading git-diff-tree failed