summaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-bsp/kexecboot/files/0005-rgb.h-fix-build-with-gcc5.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-initramfs/recipes-bsp/kexecboot/files/0005-rgb.h-fix-build-with-gcc5.patch')
-rw-r--r--meta-initramfs/recipes-bsp/kexecboot/files/0005-rgb.h-fix-build-with-gcc5.patch7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-initramfs/recipes-bsp/kexecboot/files/0005-rgb.h-fix-build-with-gcc5.patch b/meta-initramfs/recipes-bsp/kexecboot/files/0005-rgb.h-fix-build-with-gcc5.patch
index e451435dc..b54199b08 100644
--- a/meta-initramfs/recipes-bsp/kexecboot/files/0005-rgb.h-fix-build-with-gcc5.patch
+++ b/meta-initramfs/recipes-bsp/kexecboot/files/0005-rgb.h-fix-build-with-gcc5.patch
@@ -20,15 +20,16 @@ diff --git a/rgb.h b/rgb.h
20index 0ba987a..4f64622 100644 20index 0ba987a..4f64622 100644
21--- a/rgb.h 21--- a/rgb.h
22+++ b/rgb.h 22+++ b/rgb.h
23@@ -51,7 +51,7 @@ typedef struct { 23@@ -51,8 +51,7 @@ typedef struct {
24 } kx_named_color; 24 } kx_named_color;
25 25
26 /* Convert RGBA uint32 to red/green/blue/alpha components */ 26 /* Convert RGBA uint32 to red/green/blue/alpha components */
27-inline void 27-inline void
28+extern inline void 28-rgba2comp(kx_rgba rgba, kx_ccomp *red, kx_ccomp *green,
29 rgba2comp(kx_rgba rgba, kx_ccomp *red, kx_ccomp *green, 29+void rgba2comp(kx_rgba rgba, kx_ccomp *red, kx_ccomp *green,
30 kx_ccomp *blue, kx_ccomp *alpha); 30 kx_ccomp *blue, kx_ccomp *alpha);
31 31
32 /* Convert hex rgb color to rgba color */
32-- 33--
331.9.1 341.9.1
34 35