media: mediatek: vcodec: avoid -Wcast-function-type-strict warning
[linux-2.6-microblaze.git] / drivers / media / platform / mediatek / vpu / mtk_vpu.h
index a56053f..da05f3e 100644 (file)
@@ -17,7 +17,7 @@
  * VPU interfaces with other blocks by share memory and interrupt.
  */
 
-typedef void (*ipi_handler_t) (const void *data,
+typedef void (*ipi_handler_t) (void *data,
                               unsigned int len,
                               void *priv);