From: Chen Gang <gang.chen@asianux.com>
To: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: Arnd Bergmann <arnd@arndb.de>,
"dhowells@redhat.com" <dhowells@redhat.com>,
Geert Uytterhoeven <geert@linux-m68k.org>,
davej@redhat.com, David Sharp <dhsharp@google.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: [PATCH] h8300: include: asm: add "vga.h" in Kbuild
Date: Fri, 02 Aug 2013 12:15:13 +0800 [thread overview]
Message-ID: <51FB3251.5090603@asianux.com> (raw)
Need add "vga.h" in Kbuild, or can not pass compiling, the related
error is:
CC drivers/tty/tty_io.o
In file included from include/linux/selection.h:11:0,
from drivers/tty/tty_io.c:103:
include/linux/vt_buffer.h:18:21: fatal error: asm/vga.h: No such file or directory
#include <asm/vga.h>
^
Signed-off-by: Chen Gang <gang.chen@asianux.com>
---
arch/h8300/include/asm/Kbuild | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/h8300/include/asm/Kbuild b/arch/h8300/include/asm/Kbuild
index 8ada3cf..f10523e 100644
--- a/arch/h8300/include/asm/Kbuild
+++ b/arch/h8300/include/asm/Kbuild
@@ -5,4 +5,5 @@ generic-y += linkage.h
generic-y += mmu.h
generic-y += module.h
generic-y += trace_clock.h
+generic-y += vga.h
generic-y += xor.h
--
1.7.7.6
reply other threads:[~2013-08-02 4:16 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51FB3251.5090603@asianux.com \
--to=gang.chen@asianux.com \
--cc=arnd@arndb.de \
--cc=davej@redhat.com \
--cc=dhowells@redhat.com \
--cc=dhsharp@google.com \
--cc=geert@linux-m68k.org \
--cc=linux-kernel@vger.kernel.org \
--cc=ysato@users.sourceforge.jp \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox