linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [POWERPC] XilinxFB: removed unused #include <version.h>
@ 2008-08-23  5:56 Huang Weiyi
  2008-08-23  6:24 ` Grant Likely
  0 siblings, 1 reply; 2+ messages in thread
From: Huang Weiyi @ 2008-08-23  5:56 UTC (permalink / raw)
  To: grant.likely, jacmet; +Cc: linuxppc-dev

The driver(s) below do not use LINUX_VERSION_CODE nor KERNEL_VERSION.
  drivers/video/xilinxfb.c

This patch removes the said #include <version.h>.

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>

diff --git a/drivers/video/xilinxfb.c b/drivers/video/xilinxfb.c
index 7b3a842..5da3d24 100644
--- a/drivers/video/xilinxfb.c
+++ b/drivers/video/xilinxfb.c
@@ -24,7 +24,6 @@
 #include <linux/device.h>
 #include <linux/module.h>
 #include <linux/kernel.h>
-#include <linux/version.h>
 #include <linux/errno.h>
 #include <linux/string.h>
 #include <linux/mm.h>

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [POWERPC] XilinxFB: removed unused #include <version.h>
  2008-08-23  5:56 [POWERPC] XilinxFB: removed unused #include <version.h> Huang Weiyi
@ 2008-08-23  6:24 ` Grant Likely
  0 siblings, 0 replies; 2+ messages in thread
From: Grant Likely @ 2008-08-23  6:24 UTC (permalink / raw)
  To: Huang Weiyi; +Cc: linuxppc-dev

On Fri, Aug 22, 2008 at 11:56 PM, Huang Weiyi <weiyi.huang@gmail.com> wrote:
> The driver(s) below do not use LINUX_VERSION_CODE nor KERNEL_VERSION.
>  drivers/video/xilinxfb.c
>
> This patch removes the said #include <version.h>.
>
> Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>

Thanks, I'll pick this one up for .28

g.

>
> diff --git a/drivers/video/xilinxfb.c b/drivers/video/xilinxfb.c
> index 7b3a842..5da3d24 100644
> --- a/drivers/video/xilinxfb.c
> +++ b/drivers/video/xilinxfb.c
> @@ -24,7 +24,6 @@
>  #include <linux/device.h>
>  #include <linux/module.h>
>  #include <linux/kernel.h>
> -#include <linux/version.h>
>  #include <linux/errno.h>
>  #include <linux/string.h>
>  #include <linux/mm.h>
>
>



-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-08-23  6:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-23  5:56 [POWERPC] XilinxFB: removed unused #include <version.h> Huang Weiyi
2008-08-23  6:24 ` Grant Likely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).