[PATCH] Removed remaining PCI specific references from swiotlb.c
authorTony Luck <tony.luck@intel.com>
Thu, 29 Sep 2005 22:52:13 +0000 (15:52 -0700)
committerTony Luck <tony.luck@intel.com>
Thu, 29 Sep 2005 22:52:13 +0000 (15:52 -0700)
commit17e5ad6c0ce5a970e2830d0de8bdd60a2f077d38
tree6193cf97426634ce00df43e81aa953426aca4e99
parent8d15d19e44d2e903d00ae4b70da917ac77921239
[PATCH] Removed remaining PCI specific references from swiotlb.c

Matthew Wilcox pointed out that swiotlb.c implements a generic
interface that is not tied to just PCI.  Remove includes of
<linux/pci.h>, <asm/pci.h>.  Fix comments and printk() messages
to no longer refer to PCI.

Signed-off-by: Tony Luck <tony.luck@intel.com>
lib/swiotlb.c