.21 fixes
SVN-Revision: 7387
This commit is contained in:
parent
7128e381c9
commit
c2ee19355b
2 changed files with 2 additions and 1 deletions
|
@ -43,6 +43,7 @@
|
|||
#include <linux/wait.h>
|
||||
#include <linux/mtd/mtd.h>
|
||||
#include <linux/mtd/map.h>
|
||||
#include <linux/sched.h>
|
||||
#ifdef CONFIG_MTD_PARTITIONS
|
||||
#include <linux/mtd/partitions.h>
|
||||
#endif
|
||||
|
|
|
@ -308,7 +308,7 @@ static void adm5120ser_shutdown(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 long flags;
|
||||
|
|
Loading…
Reference in a new issue