Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1332226
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 5/6] serial: 8250/mediatek: fix building with SERIAL_8250=m |
| Date | 2016-02-11 17:40 +0100 |
| Message-ID | <r12rD-2UR-1@gated-at.bofh.it> (permalink) |
| References | <r11Ff-2lT-5@gated-at.bofh.it> <r11Fg-2lT-13@gated-at.bofh.it> <r128i-2LZ-29@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 5/6] serial: 8250/mediatek: fix building with SERIAL_8250=m Arnd Bergmann <arnd@arndb.de> - 2016-02-11 16:50 +0100
Re: [PATCH v2 5/6] serial: 8250/mediatek: fix building with SERIAL_8250=m Paul Gortmaker <paul.gortmaker@windriver.com> - 2016-02-11 17:20 +0100
Re: [PATCH v2 5/6] serial: 8250/mediatek: fix building with SERIAL_8250=m Arnd Bergmann <arnd@arndb.de> - 2016-02-11 17:40 +0100
Re: [PATCH v2 5/6] serial: 8250/mediatek: fix building with SERIAL_8250=m Matthias Brugger <matthias.bgg@gmail.com> - 2016-02-12 00:20 +0100
Re: [PATCH v2 5/6] serial: 8250/mediatek: fix building with SERIAL_8250=m Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-02-12 10:50 +0100
csiph-web