Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f79b0d9c authored by Melike Yurtoglu's avatar Melike Yurtoglu Committed by Greg Kroah-Hartman
Browse files

staging: speakup: Fixed warning <linux/serial.h> instead of <asm/serial.h>



This patch fixes warning: 'use <linux/serial.h> instead <asm/serial.h>'
found by checkpatch

Signed-off-by: default avatarMelike Yurtoglu <aysemelikeyurtoglu@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1a9c77d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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

/*