V4L/DVB (7160): em28xx: Allow register dump/setting for debug
[cascardo/linux.git] / drivers / media / video / v4l1-compat.c
index 9eac65f..dcf22a3 100644 (file)
@@ -144,7 +144,7 @@ const static unsigned int palette2pixelformat[] = {
        [VIDEO_PALETTE_YUV422P] = V4L2_PIX_FMT_YUV422P,
 };
 
-static unsigned int __attribute_pure__
+static unsigned int __pure
 palette_to_pixelformat(unsigned int palette)
 {
        if (palette < ARRAY_SIZE(palette2pixelformat))