drm: Use stdint types for consistency
authorVille Syrjälä <[email protected]>
Thu, 24 May 2012 17:53:58 +0000 (20:53 +0300)
committerDave Airlie <[email protected]>
Tue, 29 May 2012 10:07:09 +0000 (11:07 +0100)
commit592c20ee45a1f99b59817216c766684d95cca77b
tree0adad5e3171909556937860beb7b5f4a50e7e854
parentcff91b625f2cd607ddb7a82b453f7c67906b70db
drm: Use stdint types for consistency

The rest of the code uses stdint types, so use them in
drm_property_change_is_valid() as well.

Signed-off-by: Ville Syrjälä <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
drivers/gpu/drm/drm_crtc.c