Skip to content

Commit 6bbc2b6

Browse files
committed
virtgpu: pull in uaccess.h
In preparation to virtio header changes, include uaccess.h directly as this file is using copy to/from user. Signed-off-by: Michael S. Tsirkin <[email protected]>
1 parent 770f359 commit 6bbc2b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/virtio/virtgpu_ioctl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
#include <linux/file.h>
2929
#include <linux/sync_file.h>
30+
#include <linux/uaccess.h>
3031

3132
#include <drm/drm_file.h>
3233
#include <drm/virtgpu_drm.h>

0 commit comments

Comments
 (0)