X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=drivers%2Fserial%2F68360serial.c;h=4e56ec803861a5aaf3b58a8617a770ca4ea671a2;hb=7d12e780e003f93433d49ce78cfedf4b4c52adc5;hp=9843ae3d420e24f1441efc6513f0ed1ddbb945b2;hpb=e39485636b6db2def114f38104fe132af73ff0f5;p=mirror_ubuntu-artful-kernel.git diff --git a/drivers/serial/68360serial.c b/drivers/serial/68360serial.c index 9843ae3d420e..4e56ec803861 100644 --- a/drivers/serial/68360serial.c +++ b/drivers/serial/68360serial.c @@ -20,7 +20,6 @@ * int rs_360_init(void); */ -#include #include #include #include @@ -613,7 +612,7 @@ static _INLINE_ void check_modem_status(struct async_struct *info) * This is the serial driver's interrupt routine for a single port */ /* static void rs_360_interrupt(void *dev_id) */ /* until and if we start servicing irqs here */ -static void rs_360_interrupt(int vec, void *dev_id, struct pt_regs *fp) +static void rs_360_interrupt(int vec, void *dev_id) { u_char events; int idx; @@ -2425,7 +2424,7 @@ long console_360_init(long kmem_start, long kmem_end) */ static int baud_idx; -static struct tty_operations rs_360_ops = { +static const struct tty_operations rs_360_ops = { .owner = THIS_MODULE, .open = rs_360_open, .close = rs_360_close,