From: Jingoo Han Date: Wed, 5 Feb 2014 00:58:02 +0000 (+0900) Subject: serial: pch_uart: Fix build warning when CONFIG_DEBUG_FS=n X-Git-Tag: v3.15-rc1~138^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ec0656dc8ef2f4d4dfd6c83c4a3c946110afe1a;p=pandora-kernel.git serial: pch_uart: Fix build warning when CONFIG_DEBUG_FS=n Add CONFIG_DEBUG_FS to 'char name' in order to fix the following build warning, because 'char name' is used only when CONFIG_DEBUG_FS is enabled. drivers/tty/serial/pch_uart.c:1765:7: warning: unused variable 'name' [-Wunused-variable] Signed-off-by: Jingoo Han Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed