kernel/drivers/sbus/char/display7seg.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* display7seg.c - Driver implementation for the 7-segment display 2 3 * present on Sun Microsystems CP1400 and CP1500 3 4 * .. .. @@ -155,7 +156,7 @@ 155 156 static const struct file_operations d7s_fops = { 156 157 .owner = THIS_MODULE, 157 158 .unlocked_ioctl = d7s_ioctl, 158 - .compat_ioctl = d7s_ioctl,159 + .compat_ioctl = compat_ptr_ioctl,159 160 .open = d7s_open, 160 161 .release = d7s_release, 161 162 .llseek = noop_llseek,