projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a9c77d
)
staging: speakup: Fixed warning <linux/serial.h> instead of <asm/serial.h>
author
Melike Yurtoglu
<
[email protected]
>
Tue, 30 Sep 2014 22:24:01 +0000
(
01:24
+0300)
committer
Greg Kroah-Hartman
<
[email protected]
>
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 <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/speakup/serialio.h
patch
|
blob
|
history
diff --git
a/drivers/staging/speakup/serialio.h
b/drivers/staging/speakup/serialio.h
index 0a937732a190f829e930bb558ef6ebfe0fabbaca..317bb8432a04251777cb5beee839b4607e739fa3 100644
(file)
--- a/
drivers/staging/speakup/serialio.h
+++ b/
drivers/staging/speakup/serialio.h
@@
-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
/*