From: Grant Grundler Date: Thu, 1 Jun 2006 06:35:47 +0000 (-0700) Subject: [PATCH] PCI: remove unneeded msi code X-Git-Tag: v2.6.18-rc1~1081^2~228^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7e6600d762bf7c04b48c8d9bd0ab26d04a8d11f;p=pandora-kernel.git [PATCH] PCI: remove unneeded msi code The code is really not needed. Roland Dreier/Greg KH removed the release_mem_region() calls that were the only consumers of phys_addr: http://www.ussg.iu.edu/hypermail/linux/kernel/0503.0/1540.html patch below deletes the "dead" code. Signed-off-by: Grant Grundler Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed