X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=drivers%2Fserial%2F68360serial.c;h=1b299e8c57cdf7071b5d155aa556d4ef05d51b29;hb=136ce40e9f1f24ca1dbf7714c669a7bca56440ea;hp=9843ae3d420e24f1441efc6513f0ed1ddbb945b2;hpb=b4669d66fb1488fd9cebe0b8da447cfeb86109ba;p=powerpc.git diff --git a/drivers/serial/68360serial.c b/drivers/serial/68360serial.c index 9843ae3d42..1b299e8c57 100644 --- a/drivers/serial/68360serial.c +++ b/drivers/serial/68360serial.c @@ -20,7 +20,6 @@ * int rs_360_init(void); */ -#include #include #include #include @@ -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,