|
@@ -158,7 +158,7 @@ static int sync_serial_open(struct inode *inode, struct file *file);
|
|
|
static int sync_serial_release(struct inode *inode, struct file *file);
|
|
|
static unsigned int sync_serial_poll(struct file *filp, poll_table *wait);
|
|
|
|
|
|
-static int sync_serial_ioctl(struct file *file,
|
|
|
+static long sync_serial_ioctl(struct file *file,
|
|
|
unsigned int cmd, unsigned long arg);
|
|
|
static ssize_t sync_serial_write(struct file *file, const char *buf,
|
|
|
size_t count, loff_t *ppos);
|