On Thursday 11 February 2016 11:04:38 you wrote: > > diff --git a/drivers/tty/serial/8250/8250_mtk.c b/drivers/tty/serial/8250/8250_mtk.c > > index 6ecc6e3e82dc..55be90c1d85e 100644 > > --- a/drivers/tty/serial/8250/8250_mtk.c > > +++ b/drivers/tty/serial/8250/8250_mtk.c > > @@ -19,6 +19,7 @@ > > #include <linux/module.h> > > #include <linux/of_irq.h> > > #include <linux/of_platform.h> > > +#include <linux/module.h> > > Something isn't right here ; I can see module.h three lines up in the > context. Guessing your addition of the revert makes this addition no > longer required... > Ok, thanks for noticing this. Also, I really should know my alphabet at this point. I saw that the headers were sorted alphabetically and thought I had added it in the right place, which would have worked fine after the revert. Oh well. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html