drm: make drm_mm_init() return void
authorDavid Herrmann <dh.herrmann@gmail.com>
Mon, 1 Jul 2013 18:32:58 +0000 (20:32 +0200)
committerDave Airlie <airlied@redhat.com>
Tue, 2 Jul 2013 03:34:41 +0000 (13:34 +1000)
There is no reason to return "int" as this function never fails.
Furthermore, several drivers (ast, sis) already depend on this.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found