aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris/arch-v10/drivers/sync_serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/cris/arch-v10/drivers/sync_serial.c')
-rw-r--r--arch/cris/arch-v10/drivers/sync_serial.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/cris/arch-v10/drivers/sync_serial.c b/arch/cris/arch-v10/drivers/sync_serial.c
index 3d9fa074a941..399dc1ec8e6f 100644
--- a/arch/cris/arch-v10/drivers/sync_serial.c
+++ b/arch/cris/arch-v10/drivers/sync_serial.c
@@ -251,7 +251,8 @@ static const struct file_operations sync_serial_fops = {
251 .poll = sync_serial_poll, 251 .poll = sync_serial_poll,
252 .unlocked_ioctl = sync_serial_ioctl, 252 .unlocked_ioctl = sync_serial_ioctl,
253 .open = sync_serial_open, 253 .open = sync_serial_open,
254 .release = sync_serial_release 254 .release = sync_serial_release,
255 .llseek = noop_llseek,
255}; 256};
256 257
257static int __init etrax_sync_serial_init(void) 258static int __init etrax_sync_serial_init(void)