Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1397972 > unrolled thread
| Started by | Tomi Valkeinen <tomi.valkeinen@ti.com> |
|---|---|
| First post | 2016-05-10 12:40 +0200 |
| Last post | 2016-05-10 12:40 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
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
| From | Tomi Valkeinen <tomi.valkeinen@ti.com> |
|---|---|
| Date | 2016-05-10 12:40 +0200 |
| Subject | Re: [PATCH v2] video: AMBA CLCD: Remove unncessary include in amba-clcd.c |
| Message-ID | <rxdf3-KB-3@gated-at.bofh.it> |
[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 top | Article view | linux.kernel
csiph-web