diff options
Diffstat (limited to 'drivers/sbus/char/aurora.c')
-rw-r--r-- | drivers/sbus/char/aurora.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sbus/char/aurora.c b/drivers/sbus/char/aurora.c index 4fdb2c932210..a305d4091547 100644 --- a/drivers/sbus/char/aurora.c +++ b/drivers/sbus/char/aurora.c | |||
@@ -2187,7 +2187,7 @@ static void do_softint(void *private_) | |||
2187 | #endif | 2187 | #endif |
2188 | } | 2188 | } |
2189 | 2189 | ||
2190 | static struct tty_operations aurora_ops = { | 2190 | static const struct tty_operations aurora_ops = { |
2191 | .open = aurora_open, | 2191 | .open = aurora_open, |
2192 | .close = aurora_close, | 2192 | .close = aurora_close, |
2193 | .write = aurora_write, | 2193 | .write = aurora_write, |