commit | f7e6600d762bf7c04b48c8d9bd0ab26d04a8d11f | [log] [tgz] |
---|---|---|
author | Grant Grundler <iod00d@hp.com> | Wed May 31 23:35:47 2006 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jun 21 12:00:00 2006 -0700 |
tree | 8e72e80936bf30be991fa8e023f7dd47837085fe | |
parent | c0da3ba0a29d70c95ed39366a1c9b849f3439fbe [diff] |
[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 <iod00d@hp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>