V4L/DVB: ir-common: Use macros to define the keytables
[safe/jmp/linux-2.6] / include / linux / percpu-defs.h
index 1fa36eb..68567c0 100644 (file)
@@ -24,7 +24,7 @@
  * input parameter is a percpu pointer.
  */
 #define __verify_pcpu_ptr(ptr) do {                                    \
-       void __percpu *__vpp_verify = (typeof(ptr))NULL;                \
+       const void __percpu *__vpp_verify = (typeof(ptr))NULL;          \
        (void)__vpp_verify;                                             \
 } while (0)