Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d003e7a1 authored by Mathieu Desnoyers's avatar Mathieu Desnoyers Committed by Paul Mackerras
Browse files

[POWERPC] Add export of vgacon_remap_base



The following macro :
include/asm-powerpc/vga.h:#define VGA_MAP_MEM(x,s) (x + vgacon_remap_base)
is used by drivers/video/console/vgacon.c which can be compiled as a module
(drivers/video/vga16fb.ko).

Therefore, vgacon_remap_base should be exported.

Signed-off-by: default avatarMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent bcff4948
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -65,6 +65,7 @@ int have_of = 1;

#ifdef CONFIG_VGA_CONSOLE
unsigned long vgacon_remap_base;
EXPORT_SYMBOL(vgacon_remap_base);
#endif

/*