From: Robert P. J. Day Date: Thu, 1 Feb 2007 10:45:14 +0000 (-0500) Subject: [MIPS] Remove superfluous "ifdef CONFIG_KGDB". X-Git-Tag: v2.6.21-rc1~92^2~44^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a969e1e223d517dd568c84ba3a66542a72c3680;p=pandora-kernel.git [MIPS] Remove superfluous "ifdef CONFIG_KGDB". Given that the Makefiles involved already have conditional compilation of the form: obj-$(CONFIG_KGDB) += dbg_io.o there seems to be little value for the dbg_io.c source files to check that config variable yet again. Signed-off-by: Robert P. J. Day Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed