[IA64] arch/ia64/hp/common/sba_iommu.c: Rename dev_info to adi
authorJoe Perches <joe@perches.com>
Mon, 5 Apr 2010 19:05:31 +0000 (12:05 -0700)
committerTony Luck <tony.luck@intel.com>
Tue, 18 May 2010 21:45:53 +0000 (14:45 -0700)
commit80aa9bf0d8083554967400d48dbec078aa8f128e
treedd95bdf8804165ca1a798e44b5fd7c841a56139e
parent82b22c887e02fc6ebeebc8ec43fb1d348e2a6a58
[IA64] arch/ia64/hp/common/sba_iommu.c: Rename dev_info to adi

There is a macro called dev_info that prints struct device specific
information.  Having variables with the same name can be confusing and
prevents conversion of the macro to a function.

Rename the existing dev_info variables to something else in preparation
to converting the dev_info macro to a function.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/hp/common/sba_iommu.c