staging: speakup: Fixed warning <linux/serial.h> instead of <asm/serial.h>
authorMelike Yurtoglu <aysemelikeyurtoglu@gmail.com>
Tue, 30 Sep 2014 22:24:01 +0000 (01:24 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Oct 2014 17:09:01 +0000 (10:09 -0700)
This patch fixes warning: 'use <linux/serial.h> instead <asm/serial.h>'
found by checkpatch

Signed-off-by: Melike Yurtoglu <aysemelikeyurtoglu@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/speakup/serialio.h

index 0a93773..317bb84 100644 (file)
@@ -4,7 +4,7 @@
 #include <linux/serial.h>      /* for rs_table, serial constants */
 #include <linux/serial_reg.h>  /* for more serial constants */
 #ifndef __sparc__
-#include <asm/serial.h>
+#include <linux/serial.h>
 #endif
 
 /*