drm: updated DRM map patch for 32/64 bit systems
[deliverable/linux.git] / drivers / char / drm / mga_drm.h
index 2d8aa790379edcd513d7fb04359c4d2e1bdd620d..d20aab3bd57bb66fdf6086f2d27a1d45cb0b1c6b 100644 (file)
@@ -312,7 +312,7 @@ typedef struct drm_mga_dma_bootstrap {
         * an IOMMU) is being used for "AGP" textures.
         */
        /*@{*/
-       drm_handle_t texture_handle;  /**< Handle used to map AGP textures. */
+       unsigned long texture_handle; /**< Handle used to map AGP textures. */
        uint32_t     texture_size;    /**< Size of the AGP texture region. */
        /*@}*/
 
This page took 0.025907 seconds and 5 git commands to generate.