]> git.baikalelectronics.ru Git - kernel.git/commit
dev_name introduction fall out fix
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 5 May 2008 03:54:19 +0000 (13:54 +1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 5 May 2008 22:08:38 +0000 (15:08 -0700)
commit9e32b5c7499e5d026b6eb86adb1c46a48717e16b
tree62ec5b3903e908ec544ce705d398aa433e31e884
parentdb0825a296d1328acfd9e92b338dae2696e073aa
dev_name introduction fall out fix

Commit d933b733cf2c2360b840bc639d4b50dbaad89a3e ("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 <sfr@canb.auug.org.au>
Acked-by: Doug Thompson <dougthompson@xmission.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/edac/edac_core.h
drivers/edac/edac_device.c
drivers/edac/edac_mc.c
drivers/edac/edac_pci.c