[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080802230357.GE4856@orion>
Date: Sun, 3 Aug 2008 03:03:57 +0400
From: Alexander Beregalov <a.beregalov@...il.com>
To: dwmw2@...radead.org, tim.bird@...sony.com,
linux-kernel@...r.kernel.org
Subject: [PATCH] drivers/video/console/promcon.c: fix build error
From: Alexander Beregalov <a.beregalov@...il.com>
drivers/video/console/promcon.c: fix build error
drivers/video/console/promcon.c:158: error: implicit declaration of
function 'con_protect_unimap'
Introduced by commit 4744b43431e8613f920c5cba88346756f53c5165
Signed-off-by: Alexander Beregalov <a.beregalov@...il.com>
Cc: David Woodhouse <dwmw2@...radead.org>
Cc: Tim Bird <tim.bird@...sony.com>
---
include/linux/vt_kern.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/linux/vt_kern.h b/include/linux/vt_kern.h
index 8c8119f..1c78d56 100644
--- a/include/linux/vt_kern.h
+++ b/include/linux/vt_kern.h
@@ -86,6 +86,7 @@ int con_copy_unimap(struct vc_data *dst_vc, struct vc_data *src_vc);
#define con_copy_unimap(d, s) (0)
#define con_get_unimap(vc, ct, uct, list) (-EINVAL)
#define con_free_unimap(vc) do { ; } while (0)
+#define con_protect_unimap(vc, rdonly) do { ; } while (0)
#define vc_translate(vc, c) (c)
#endif
--
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