dma-mapping: use unsigned long for dma_attrs
[deliverable/linux.git] / drivers / video / fbdev / omap2 / omapfb / omapfb.h
index bcb9ff4a607d27189e865998e07a7b669ab4ddb7..555487d6dbea400a6546823750ac95e027bc5737 100644 (file)
@@ -28,7 +28,6 @@
 #endif
 
 #include <linux/rwsem.h>
-#include <linux/dma-attrs.h>
 #include <linux/dma-mapping.h>
 
 #include <video/omapfb_dss.h>
@@ -51,7 +50,7 @@ extern bool omapfb_debug;
 
 struct omapfb2_mem_region {
        int             id;
-       struct dma_attrs attrs;
+       unsigned long   attrs;
        void            *token;
        dma_addr_t      dma_handle;
        u32             paddr;
This page took 0.024702 seconds and 5 git commands to generate.