Hi Scott, your commit b3df664b85c7 ("bf609: add resources for lcd nl8048") is in today's Linux next tree and adds the following #ifdef block:
+#if defined(CONFIG_FB_BF609_NL8048) \ + || defined(CONFIG_FB_BF609_NL8048_MODULE) [...] At the current state, the ifdef guarded code cannot be compiled since the Kconfig option is not defined. Is there a patch queued somewhere to add this missing option? I detected this issue with scripts/checkkconfigsymbols.py by diffing yesterday's and today's next tree. Kind regards, Valentin -- 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/