mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 02:34:01 +08:00
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>
This commit is contained in:
parent
1a9c77d8c8
commit
f79b0d9c22
@ -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
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user