drm: remove FASYNC support
[platform/kernel/linux-starfive.git] / drivers / gpu / drm / r128 / r128_drv.c
index 472c38f..c2338cb 100644 (file)
@@ -48,7 +48,6 @@ static const struct file_operations r128_driver_fops = {
        .unlocked_ioctl = drm_ioctl,
        .mmap = drm_mmap,
        .poll = drm_poll,
-       .fasync = drm_fasync,
 #ifdef CONFIG_COMPAT
        .compat_ioctl = r128_compat_ioctl,
 #endif