Skip to content

Commit 9692b1d

Browse files
committed
accel/ivpu: Remove unneeded drm_driver declaration
Cleanup drm_driver declaration leftover. Reviewed-by: Krystian Pradzynski <[email protected]> Reviewed-by: Jeffrey Hugo <[email protected]> Signed-off-by: Stanislaw Gruszka <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 8c63b47 commit 9692b1d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/accel/ivpu/ivpu_drv.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
__stringify(DRM_IVPU_DRIVER_MINOR) "."
3232
#endif
3333

34-
static const struct drm_driver driver;
35-
3634
static struct lock_class_key submitted_jobs_xa_lock_class_key;
3735

3836
int ivpu_dbg_mask;

0 commit comments

Comments
 (0)