Hi Greg, Today's linux-next merge of the staging tree got a conflict in drivers/misc/altera-stapl/altera.c between commit cff4fa8415a3 ("[media] altera-stapl: it is time to move out from staging") from the v4l-dvb tree and commit 99c978529a40 ("staging: Add module.h to drivers/staging users") from the staging tree. Just context changes. I fixed it up (see below) and can carry the fix as necessary. Mauro, you could, of course, apply Paul's patch to the file in its new location. -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx diff --cc drivers/misc/altera-stapl/altera.c index 1a2c50b,c2eff6a..0000000 --- a/drivers/misc/altera-stapl/altera.c +++ b/drivers/misc/altera-stapl/altera.c @@@ -28,7 -28,8 +28,8 @@@ #include <linux/string.h> #include <linux/firmware.h> #include <linux/slab.h> + #include <linux/module.h> -#include "altera.h" +#include <misc/altera.h> #include "altera-exprt.h" #include "altera-jtag.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