Hello, I get the following error when I try to build the V4L2 on Kernel 3.0.36+ for ARM architecture:
/root/v4l2/media_build/v4l/altera.c:2417:5: error: redefinition of 'altera_init' int altera_init(struct altera_config *config, const struct firmware *fw) ^ In file included from /root/v4l2/media_build/v4l/altera.c:32:0: /root/v4l2/media_build/v4l/../linux/include/misc/altera.h:41:19: note: previous definition of 'altera_init' was here static inline int altera_init(struct altera_config *config, ^ I checked the altera.h code and apparently, the IS_ENABLED macro is not defined and causes this problem. I have prepared kernel source at /lib/modules/3.0.36+/build/ and it builds successfully. Can anyone help me on this issue? Bests, Isaac -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html