drm/ttm: Remove explicit typecasts of vm_private_data
authorThomas Hellstrom <thellstrom@vmware.com>
Wed, 18 Sep 2019 09:03:13 +0000 (11:03 +0200)
committerThomas Hellstrom <thellstrom@vmware.com>
Wed, 6 Nov 2019 12:02:00 +0000 (13:02 +0100)
commit13f8a6148a50e9219491c3d0843056377695cb85
tree85690b00b6d2a88365c3b420c957c3de7d2a6f76
parentcea35f5ad5ffac06ea29e0d7a7f748683e1f1b7d
drm/ttm: Remove explicit typecasts of vm_private_data

The explicit typcasts are meaningless, so remove them.

Suggested-by: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
drivers/gpu/drm/ttm/ttm_bo_vm.c