From: Valentin Rothberg Date: Sat, 11 Apr 2015 13:56:02 +0000 (+0200) Subject: drivers/tty/serial/crisv10.c: remove dead #ifdef blocks X-Git-Tag: omap-for-v4.2/wakeirq-drivers-v2^2~133 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f52e17e4a73e806867328cfade0f768188708878;p=pandora-kernel.git drivers/tty/serial/crisv10.c: remove dead #ifdef blocks ETRAX_SERIAL_PROC_ENTRY is not defined in Kconfig. The affected #ifdef block has not been compiled for years, and the embedded macro, PROCSTAT, ended up as a NOOP. Hence, remove the block and all calls to PROCSTAT. Signed-off-by: Valentin Rothberg Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed