Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1397972
| From | Tomi Valkeinen <tomi.valkeinen@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2] video: AMBA CLCD: Remove unncessary include in amba-clcd.c |
| Date | 2016-05-10 12:40 +0200 |
| Message-ID | <rxdf3-KB-3@gated-at.bofh.it> (permalink) |
| References | <rkt7Y-7Bt-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
On 14/03/16 04:29, Wang Hongcheng wrote: > The header file asm/sizes.h is unnecessary. > And it can also be compiled under X86 arch after the removal. > > Signed-off-by: Wang Hongcheng <annie.wang@amd.com> > --- > drivers/video/fbdev/amba-clcd.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/video/fbdev/amba-clcd.c b/drivers/video/fbdev/amba-clcd.c > index 9362424..1a1ed80 100644 > --- a/drivers/video/fbdev/amba-clcd.c > +++ b/drivers/video/fbdev/amba-clcd.c > @@ -34,8 +34,6 @@ > #include <video/of_display_timing.h> > #include <video/videomode.h> > > -#include <asm/sizes.h> > - > #define to_clcd(info) container_of(info, struct clcd_fb, fb) > > /* This is limited to 16 characters when displayed by X startup */ > Thanks, queued for 4.7. Tomi
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH v2] video: AMBA CLCD: Remove unncessary include in amba-clcd.c Tomi Valkeinen <tomi.valkeinen@ti.com> - 2016-05-10 12:40 +0200
csiph-web