[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)
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>

No differences found