From a4f2dc9efc00a56ca30ce340a1405293ec9488a4 Mon Sep 17 00:00:00 2001 From: Srinivas Kandagatla Date: Fri, 2 Aug 2013 10:23:51 +0100 Subject: [PATCH] serial: st-asc: Fix unused variable warning for non DT. This patch fixes a below warning reported by kbuild test robot. drivers/tty/serial/st-asc.c:727:28: warning: 'asc_match' defined but not used [-Wunused-variable] The code used in DT case is now ifdefed under CONFIG_OF to fix this warning. Signed-off-by: Srinivas Kandagatla Reported-by: Kbuild Test Robot Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed