[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20140217095232.GB20665@samfundet.no>
Date: Mon, 17 Feb 2014 10:52:32 +0100
From: Hans-Christian Egtvedt <egtvedt@...fundet.no>
To: Chen Gang <gang.chen.5i5j@...il.com>
Cc: HÃ¥vard Skinnemoen <hskinnemoen@...il.com>,
Peter Zijlstra <peterz@...radead.org>,
Ingo Molnar <mingo@...nel.org>, tim.c.chen@...ux.intel.com,
liuj97@...il.com, David Miller <davem@...emloft.net>,
rostedt@...dmis.org,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] arch: avr32: include: asm: Kbuild: add generic "vga.h"
Around Sun 16 Feb 2014 19:36:06 +0800 or thereabout, Chen Gang wrote:
> Need add generic "vga.h", or can not pass building for allmodconfig,
> the related error:
>
> CC [M] drivers/gpu/drm/drm_irq.o
> In file included from include/linux/vgaarb.h:34,
> from drivers/gpu/drm/drm_irq.c:42:
> include/video/vga.h:22:21: error: asm/vga.h: No such file or directory
Does this really makes sense for an architecture that only supports framebuffer?
I even recall doing something like this in the past, but the change probably
fell between chairs.
> Signed-off-by: Chen Gang <gang.chen.5i5j@...il.com>
>
Acked-by: Hans-Christian Egtvedt <egtvedt@...fundet.no>
> ---
> arch/avr32/include/asm/Kbuild | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/avr32/include/asm/Kbuild b/arch/avr32/include/asm/Kbuild
> index 8b398ff..00a0f3c 100644
> --- a/arch/avr32/include/asm/Kbuild
> +++ b/arch/avr32/include/asm/Kbuild
> @@ -19,4 +19,5 @@ generic-y += scatterlist.h
> generic-y += sections.h
> generic-y += topology.h
> generic-y += trace_clock.h
> +generic-y += vga.h
> generic-y += xor.h
--
mvh
Hans-Christian Egtvedt
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists