Dne 20.8.2014 02:54, J. German Rivera napsal(a): > + pr_info("MC bus (built " __DATE__ " " __TIME__ ") registered\n");
This won't build with gcc 4.9: # Prohibit date/time macros, which would make the build non-deterministic KBUILD_CFLAGS += $(call cc-option,-Werror=date-time) Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/