vmwgfx: Remove screen object active list
authorThomas Hellstrom <[email protected]>
Wed, 2 Nov 2011 08:43:09 +0000 (09:43 +0100)
committerDave Airlie <[email protected]>
Mon, 7 Nov 2011 13:14:31 +0000 (13:14 +0000)
commit0e708bc5d6403d1a64a0e4155f1b91e318318989
tree896ab31125b0e5acc3295a7f7949cdb73bfdbdb9
parentd4528b846ec8ba7ccf3116f1c2157c5e14ba46f3
vmwgfx: Remove screen object active list

It isn't used for anything. Replace with an active bool.

Also make a couple of functions return void instead of int
since their return value wasn't checked anyway.

Signed-off-by: Thomas Hellstrom <[email protected]>
Reviewed-by: Jakbo Bornecrantz <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c