Loading fs/compat_ioctl.c +0 −1 Original line number Diff line number Diff line Loading @@ -608,7 +608,6 @@ struct serial_struct32 { static int serial_struct_ioctl(unsigned fd, unsigned cmd, struct serial_struct32 __user *ss32) { typedef struct serial_struct SS; typedef struct serial_struct32 SS32; int err; struct serial_struct ss; Loading Loading
fs/compat_ioctl.c +0 −1 Original line number Diff line number Diff line Loading @@ -608,7 +608,6 @@ struct serial_struct32 { static int serial_struct_ioctl(unsigned fd, unsigned cmd, struct serial_struct32 __user *ss32) { typedef struct serial_struct SS; typedef struct serial_struct32 SS32; int err; struct serial_struct ss; Loading