Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1397972
| Path | csiph.com!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| 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 | Tue, 10 May 2016 12:40:01 +0200 |
| Message-ID | <rxdf3-KB-3@gated-at.bofh.it> (permalink) |
| References | <rkt7Y-7Bt-7@gated-at.bofh.it> |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 |
| MIME-Version | 1.0 |
| Content-Type | multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="mOH57IWaUTbdQqOV2EHHrXMLrxFsEjhXc" |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 74 |
| Organization | linux.* mail to news gateway |
| X-Original-Date | Tue, 10 May 2016 13:32:49 +0300 |
| X-Original-Message-ID | <5731B8D1.3030200@ti.com> |
| X-Original-References | <1457922549-2610-1-git-send-email-annie.wang@amd.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1397972 |
Show key headers only | View raw
[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