commit | 17e5ad6c0ce5a970e2830d0de8bdd60a2f077d38 | [log] [tgz] |
---|---|---|
author | Tony Luck <tony.luck@intel.com> | Thu Sep 29 15:52:13 2005 -0700 |
committer | Tony Luck <tony.luck@intel.com> | Thu Sep 29 15:52:13 2005 -0700 |
tree | 6193cf97426634ce00df43e81aa953426aca4e99 | |
parent | 8d15d19e44d2e903d00ae4b70da917ac77921239 [diff] |
[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>