mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-26 02:55:32 +02:00
.21 fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7387 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6c5121c214
commit
60e97b82f7
@ -43,6 +43,7 @@
|
|||||||
#include <linux/wait.h>
|
#include <linux/wait.h>
|
||||||
#include <linux/mtd/mtd.h>
|
#include <linux/mtd/mtd.h>
|
||||||
#include <linux/mtd/map.h>
|
#include <linux/mtd/map.h>
|
||||||
|
#include <linux/sched.h>
|
||||||
#ifdef CONFIG_MTD_PARTITIONS
|
#ifdef CONFIG_MTD_PARTITIONS
|
||||||
#include <linux/mtd/partitions.h>
|
#include <linux/mtd/partitions.h>
|
||||||
#endif
|
#endif
|
||||||
|
@ -308,7 +308,7 @@ static void adm5120ser_shutdown(struct uart_port *port)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void adm5120ser_set_termios(struct uart_port *port,
|
static void adm5120ser_set_termios(struct uart_port *port,
|
||||||
struct termios *termios, struct termios *old)
|
struct ktermios *termios, struct ktermios *old)
|
||||||
{
|
{
|
||||||
unsigned int baud, quot, lcrh;
|
unsigned int baud, quot, lcrh;
|
||||||
unsigned long flags;
|
unsigned long flags;
|
||||||
|
Loading…
Reference in New Issue
Block a user