'u_long' is consistently spelled 'unsigned long' in this file. Fix it.

This commit is contained in:
Jung-uk Kim 2013-08-29 23:09:34 +00:00
parent 346c9ecee8
commit 7311dad7ee

View File

@ -961,7 +961,7 @@ struct drm_device {
drm_agp_head_t *agp;
drm_sg_mem_t *sg; /* Scatter gather memory */
u_long *ctx_bitmap;
unsigned long *ctx_bitmap;
void *dev_private;
unsigned int agp_buffer_token;
drm_local_map_t *agp_buffer_map;