Skip to content

Commit f79b0d9

Browse files
melikeyurtoglugregkh
authored andcommitted
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: Melike Yurtoglu <aysemelikeyurtoglu@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 1a9c77d commit f79b0d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/staging/speakup/serialio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <linux/serial.h> /* for rs_table, serial constants */
55
#include <linux/serial_reg.h> /* for more serial constants */
66
#ifndef __sparc__
7-
#include <asm/serial.h>
7+
#include <linux/serial.h>
88
#endif
99

1010
/*

0 commit comments

Comments
 (0)