diff options
| -rw-r--r-- | drivers/accel/ivpu/ivpu_drv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/accel/ivpu/ivpu_drv.c b/drivers/accel/ivpu/ivpu_drv.c index ce7dbd473059..3d6fccdefdd6 100644 --- a/drivers/accel/ivpu/ivpu_drv.c +++ b/drivers/accel/ivpu/ivpu_drv.c @@ -455,7 +455,7 @@ int ivpu_shutdown(struct ivpu_device *vdev) static const struct file_operations ivpu_fops = { .owner = THIS_MODULE, DRM_ACCEL_FOPS, -#if CONFIG_PROC_FS +#ifdef CONFIG_PROC_FS .show_fdinfo = drm_show_fdinfo, #endif }; @@ -472,7 +472,7 @@ static const struct drm_driver driver = { .ioctls = ivpu_drm_ioctls, .num_ioctls = ARRAY_SIZE(ivpu_drm_ioctls), .fops = &ivpu_fops, -#if CONFIG_PROC_FS +#ifdef CONFIG_PROC_FS .show_fdinfo = drm_show_memory_stats, #endif |
