From: Geoff Levand Date: Sun, 6 May 2007 21:51:57 +0000 (-0700) Subject: ehci-ps3, ohci-ps3: fix compilation X-Git-Tag: v2.6.22-rc1~828 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fda4c90f65fd96ef910ba285d66984caf600a08;p=pandora-kernel.git ehci-ps3, ohci-ps3: fix compilation As seen on powerpc-cell et al: CC [M] drivers/usb/host/ehci-hcd.o In file included from drivers/usb/host/ehci-hcd.c:941: drivers/usb/host/ehci-ps3.c:79: error: conflicting types for 'dev_dbg' include/linux/device.h:576: error: previous definition of 'dev_dbg' was here make[4]: *** [drivers/usb/host/ehci-hcd.o] Error 1 CC [M] drivers/usb/host/ohci-hcd.o In file included from drivers/usb/host/ohci-hcd.c:921: drivers/usb/host/ohci-ps3.c:83: error: conflicting types for 'dev_dbg' include/linux/device.h:576: error: previous definition of 'dev_dbg' was here dev_dbg() will check format string for you in dummy case also, so remove buggers. Signed-off-by: Alexey Dobriyan Cc: Geert Uytterhoeven Cc: Greg KH Cc: Paul Mackerras Cc: Geoff Levand Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed