drm: switch drm_handle_t to unsigned int
authorDave Airlie <airlied@starflyer.(none)>
Fri, 5 Aug 2005 12:13:15 +0000 (22:13 +1000)
committerDave Airlie <airlied@linux.ie>
Fri, 5 Aug 2005 12:13:15 +0000 (22:13 +1000)
commitdb215327c62c2db533afb322761fa04ea6244164
tree40c377b02336c5cc2fba378c7a3b921401719a9f
parentd1f2b55ad2c11f46e30547a9f7754e99b478348e
drm: switch drm_handle_t to unsigned int

This converts the drm_handle_t to unsigned int.
This is currently safe to do as we don't pass these across the kernel/user
boundary, but userspace does use these, but no-one builds userspace against
the kernel headers at present so it is okay to switch over the kernel copy
of drm.h at this point. (The CVS tree will switch over soon in sync with
some Mesa changes)

From: Egbert Eich <eich@suse.de>
Signed-off-by: Dave Airlie <airlied@linux.ie>
drivers/char/drm/drm.h