|
@@ -1101,7 +1101,7 @@ struct drm_device {
|
|
struct platform_device *platformdev; /**< Platform device struture */
|
|
struct platform_device *platformdev; /**< Platform device struture */
|
|
|
|
|
|
struct drm_sg_mem *sg; /**< Scatter gather memory */
|
|
struct drm_sg_mem *sg; /**< Scatter gather memory */
|
|
- int num_crtcs; /**< Number of CRTCs on this device */
|
|
|
|
|
|
+ unsigned int num_crtcs; /**< Number of CRTCs on this device */
|
|
void *dev_private; /**< device private data */
|
|
void *dev_private; /**< device private data */
|
|
void *mm_private;
|
|
void *mm_private;
|
|
struct address_space *dev_mapping;
|
|
struct address_space *dev_mapping;
|