Hi Paul, Today's linux-next merge of the moduleh tree got a conflict in drivers/media/dvb/frontends/dibx000_common.c between commit 79fcce3230b1 ("[media] DiBcom: protect the I2C bufer access") from the v4l-dvb tree and commit 32ee0bf69471 ("drivers/media: Add module.h to all files using it implicitly") from the moduleh tree. Just context changes. I fixed it up (see below) and can carry the fix as necessary. -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx diff --cc drivers/media/dvb/frontends/dibx000_common.c index 774d507,977211f..0000000 --- a/drivers/media/dvb/frontends/dibx000_common.c +++ b/drivers/media/dvb/frontends/dibx000_common.c @@@ -1,5 -1,5 +1,6 @@@ #include <linux/i2c.h> +#include <linux/mutex.h> + #include <linux/module.h> #include "dibx000_common.h" -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html