Re: [PATCH v2] arm64: compiling issue, need add include/asm/vga.h file

2013-04-24 Thread Chen Gang
On 2013年04月24日 18:42, Catalin Marinas wrote: > On Wed, Apr 24, 2013 at 11:20:32AM +0100, Chen Gang wrote: >> For compiling with allmodconfig, need vga.h file, so generate it which >> just only include the asm-generic one. >> >> It is firstly used by drivers/gpu/drm/drm_irq.c. >> >> The related

Re: [PATCH v2] arm64: compiling issue, need add include/asm/vga.h file

2013-04-24 Thread Chen Gang
On 2013年04月24日 18:23, Will Deacon wrote: > On Wed, Apr 24, 2013 at 11:20:32AM +0100, Chen Gang wrote: >> > >> > For compiling with allmodconfig, need vga.h file, so generate it which >> > just only include the asm-generic one. >> > >> > It is firstly used by drivers/gpu/drm/drm_irq.c. >> > >> >

Re: [PATCH v2] arm64: compiling issue, need add include/asm/vga.h file

2013-04-24 Thread Catalin Marinas
On Wed, Apr 24, 2013 at 11:20:32AM +0100, Chen Gang wrote: > For compiling with allmodconfig, need vga.h file, so generate it which > just only include the asm-generic one. > > It is firstly used by drivers/gpu/drm/drm_irq.c. > > The related error: > include/video/vga.h:22:21: fatal error:

Re: [PATCH v2] arm64: compiling issue, need add include/asm/vga.h file

2013-04-24 Thread Will Deacon
On Wed, Apr 24, 2013 at 11:20:32AM +0100, Chen Gang wrote: > > For compiling with allmodconfig, need vga.h file, so generate it which > just only include the asm-generic one. > > It is firstly used by drivers/gpu/drm/drm_irq.c. > > The related error: > include/video/vga.h:22:21: fatal error:

[PATCH v2] arm64: compiling issue, need add include/asm/vga.h file

2013-04-24 Thread Chen Gang
For compiling with allmodconfig, need vga.h file, so generate it which just only include the asm-generic one. It is firstly used by drivers/gpu/drm/drm_irq.c. The related error: include/video/vga.h:22:21: fatal error: asm/vga.h: No such file or directory Signed-off-by: Chen Gang ---

[PATCH v2] arm64: compiling issue, need add include/asm/vga.h file

2013-04-24 Thread Chen Gang
For compiling with allmodconfig, need vga.h file, so generate it which just only include the asm-generic one. It is firstly used by drivers/gpu/drm/drm_irq.c. The related error: include/video/vga.h:22:21: fatal error: asm/vga.h: No such file or directory Signed-off-by: Chen Gang

Re: [PATCH v2] arm64: compiling issue, need add include/asm/vga.h file

2013-04-24 Thread Will Deacon
On Wed, Apr 24, 2013 at 11:20:32AM +0100, Chen Gang wrote: For compiling with allmodconfig, need vga.h file, so generate it which just only include the asm-generic one. It is firstly used by drivers/gpu/drm/drm_irq.c. The related error: include/video/vga.h:22:21: fatal error: asm/vga.h:

Re: [PATCH v2] arm64: compiling issue, need add include/asm/vga.h file

2013-04-24 Thread Catalin Marinas
On Wed, Apr 24, 2013 at 11:20:32AM +0100, Chen Gang wrote: For compiling with allmodconfig, need vga.h file, so generate it which just only include the asm-generic one. It is firstly used by drivers/gpu/drm/drm_irq.c. The related error: include/video/vga.h:22:21: fatal error: asm/vga.h:

Re: [PATCH v2] arm64: compiling issue, need add include/asm/vga.h file

2013-04-24 Thread Chen Gang
On 2013年04月24日 18:23, Will Deacon wrote: On Wed, Apr 24, 2013 at 11:20:32AM +0100, Chen Gang wrote: For compiling with allmodconfig, need vga.h file, so generate it which just only include the asm-generic one. It is firstly used by drivers/gpu/drm/drm_irq.c. The related error:

Re: [PATCH v2] arm64: compiling issue, need add include/asm/vga.h file

2013-04-24 Thread Chen Gang
On 2013年04月24日 18:42, Catalin Marinas wrote: On Wed, Apr 24, 2013 at 11:20:32AM +0100, Chen Gang wrote: For compiling with allmodconfig, need vga.h file, so generate it which just only include the asm-generic one. It is firstly used by drivers/gpu/drm/drm_irq.c. The related error: