From: Stephen Rothwell Date: Mon, 5 May 2008 03:54:19 +0000 (+1000) Subject: dev_name introduction fall out fix X-Git-Tag: v2.6.26-rc2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17aa7e034416e3080bc57a786d09ba0a4a044561;p=pandora-kernel.git dev_name introduction fall out fix Commit 06916639e2fed9ee475efef2747a1b7429f8fe76 ("driver-core: add dev_name() to help transition away from using bus_id") added a static inline dev_name() and used it in dev_printk. Unfortunately, drivers/edac/edac_core.h defines a macro called dev_name(). Rename the latter. Diagnosis by Tony Breeds and Michael Ellerman. Signed-off-by: Stephen Rothwell Acked-by: Doug Thompson Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed