commit | 6ec0656dc8ef2f4d4dfd6c83c4a3c946110afe1a | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Wed Feb 05 09:58:02 2014 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Feb 13 09:17:31 2014 -0800 |
tree | ee848ab935a653b1a65740930b47c0ac1bc0860d | |
parent | 3af4e960b8a12b3f07033f1c12504305e6d4df1a [diff] |
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 <jg1.han@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>