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

Commit 880e5e21 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds
Browse files

export c2p



This patch fixes the following build error:

<--  snip  -->

..
  Building modules, stage 2.
  MODPOST 1203 modules
ERROR: "c2p" [drivers/video/amifb.ko] undefined!
..
make[2]: *** [__modpost] Error 1

<--  snip  -->

Reported-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 8468afc0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -227,5 +227,6 @@ void c2p(u8 *dst, const u8 *src, u32 dx, u32 dy, u32 width, u32 height,
	dst += dst_nextline;
    }
}
EXPORT_SYMBOL_GPL(c2p);

MODULE_LICENSE("GPL");