From: Paul Mackerras Date: Mon, 30 Apr 2007 03:03:39 +0000 (+1000) Subject: [POWERPC] Remove dev_dbg redefinition in drivers/ps3/vuart.c X-Git-Tag: v2.6.22-rc1~1109^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f900e9777fc9b65140cb9570438597bc8fae56ab;p=pandora-kernel.git [POWERPC] Remove dev_dbg redefinition in drivers/ps3/vuart.c Commit 404d5b185b4eb56d6fa2f7bd27833f8df1c38ce4 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 --- Reading git-diff-tree failed