]> git.baikalelectronics.ru Git - kernel.git/commit
[POWERPC] Remove dev_dbg redefinition in drivers/ps3/vuart.c
authorPaul Mackerras <paulus@samba.org>
Mon, 30 Apr 2007 03:03:39 +0000 (13:03 +1000)
committerPaul Mackerras <paulus@samba.org>
Mon, 30 Apr 2007 03:03:39 +0000 (13:03 +1000)
commit15a3ee47c28bcc03e0ba7a8422b0987050972803
tree55c57fcc4a9d89c833a06b32ab9386baf243f4c7
parent7f333c9b616a794c60a4e08505e122e548f545a1
[POWERPC] Remove dev_dbg redefinition in drivers/ps3/vuart.c

Commit 0051364cd1099eb5cebb90f6082c7f913d911a69 changed the definition
of dev_dbg in the !DEBUG case from being a #define to being a static
inline.  There was code in drivers/ps3/vuart.c to do exactly that,
which fails to compile now.  This fixes it by removing the redefinition,
as the redefinition is now superfluous.

Signed-off-by: Paul Mackerras <paulus@samba.org>
drivers/ps3/vuart.c