aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/speakup
diff options
context:
space:
mode:
authorHariprasad Kelam <hariprasad.kelam@gmail.com>2019-05-26 12:43:22 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-05-30 13:59:16 -0700
commitdafb1c3a08653235ad63e396c9fa004178389453 (patch)
tree835f8e55ad3bb7112a158c3ee27eed86bfce6b16 /drivers/staging/speakup
parentstaging: erofs: fix i_blocks calculation (diff)
downloadwireguard-linux-dafb1c3a08653235ad63e396c9fa004178389453.tar.xz
wireguard-linux-dafb1c3a08653235ad63e396c9fa004178389453.zip
staging: speakup: serialio: fix warning linux/serial.h is included more than once
fix below warning reported by includecheck ./drivers/staging/speakup/serialio.h: linux/serial.h is included more than once. Signed-off-by: Hariprasad Kelam <hariprasad.kelam@gmail.com> Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/speakup')
-rw-r--r--drivers/staging/speakup/serialio.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/speakup/serialio.h b/drivers/staging/speakup/serialio.h
index aa691e4a6916..6f8f86f161bb 100644
--- a/drivers/staging/speakup/serialio.h
+++ b/drivers/staging/speakup/serialio.h
@@ -4,9 +4,6 @@
#include <linux/serial.h> /* for rs_table, serial constants */
#include <linux/serial_reg.h> /* for more serial constants */
-#ifndef __sparc__
-#include <linux/serial.h>
-#endif
#include <linux/serial_core.h>
#include "spk_priv.h"