Fengguang Wu wrote at Thursday, March 28, 2013 8:36 PM: > Greetings, > > Some more s390 related kernel build failures. ... > sound/soc/codecs/wm8903.c: In function 'wm8903_set_pdata_irq_trigger': > >> sound/soc/codecs/wm8903.c:2043:9: error: implicit declaration of function 'irq_get_irq_data' [- > Werror=implicit-function-declaration] I guess this is all because !CONFIG_GENERIC_HARDIRQs on s390. s390 and um appear to be the only architectures that don't enable that option. Should we just make the WM8903 driver depend on GENERIC_HARDIRQs? I'd imagine this could easily affect a variety of other drivers though. -- nvpublic -- To unsubscribe from this list: send the line "unsubscribe linux-s390" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html