[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080609222219.GE1987@cs181133002.pp.htv.fi>
Date: Tue, 10 Jun 2008 01:22:20 +0300
From: Adrian Bunk <bunk@...nel.org>
To: geert@...ux-m68k.org, zippel@...ux-m68k.org
Cc: linux-m68k@...ts.linux-m68k.org, linux-kernel@...r.kernel.org
Subject: [2.6 patch] export amiga_vblank
This patch fixes the following build error:
<-- snip -->
...
Building modules, stage 2.
MODPOST 1203 modules
ERROR: "amiga_vblank" [drivers/video/amifb.ko] undefined!
...
make[2]: *** [__modpost] Error 1
<-- snip -->
Reported-by: Adrian Bunk <bunk@...nel.org>
Signed-off-by: Adrian Bunk <bunk@...nel.org>
---
d087380beb0b6a63699bc167b4b012e9e02549e9 diff --git a/arch/m68k/amiga/config.c b/arch/m68k/amiga/config.c
index 50f5daa..dd0734e 100644
--- a/arch/m68k/amiga/config.c
+++ b/arch/m68k/amiga/config.c
@@ -51,6 +51,8 @@ unsigned long amiga_chipset;
EXPORT_SYMBOL(amiga_chipset);
unsigned char amiga_vblank;
+EXPORT_SYMBOL(amiga_vblank);
+
unsigned char amiga_psfreq;
struct amiga_hw_present amiga_hw_present;
--
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