v4l2-compat-ioctl32: fix alignment for ARM64
[pandora-kernel.git] / drivers / video / pxafb.h
index 2353521..26ba9fa 100644 (file)
@@ -92,7 +92,8 @@ struct pxafb_layer_ops {
 struct pxafb_layer {
        struct fb_info          fb;
        int                     id;
-       atomic_t                usage;
+       int                     registered;
+       uint32_t                usage;
        uint32_t                control[2];
 
        struct pxafb_layer_ops  *ops;