From: Joe Perches Date: Mon, 5 Apr 2010 19:05:31 +0000 (-0700) Subject: [IA64] arch/ia64/hp/common/sba_iommu.c: Rename dev_info to adi X-Git-Tag: v2.6.35-rc1~502^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80aa9bf0d8083554967400d48dbec078aa8f128e;p=pandora-kernel.git [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 Signed-off-by: Tony Luck --- Reading git-diff-tree failed