Patch 2.6.32.28 to 2.6.32.32
/include/drm/drmP.h
blob:7ad3faa5dde73ec5c5e7464f5dcf59dc85379fec -> blob:66713c6649a639749ddd3df3778e051bedc1f271
--- include/drm/drmP.h
+++ include/drm/drmP.h
@@ -1016,7 +1016,7 @@ struct drm_device {
struct pci_controller *hose;
#endif
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 *mm_private;
struct address_space *dev_mapping;