From 7a977c6bd70c091b74632999312239cbf8362c20 Mon Sep 17 00:00:00 2001 From: Danny Nold Date: Fri, 16 Sep 2011 11:53:34 -0500 Subject: [PATCH] ENGR00156976 - PxP: fix imx-lib build break Change from u8 declaration in pxp_dma.h to __u8 Signed-off-by: Danny Nold --- include/linux/pxp_dma.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/pxp_dma.h b/include/linux/pxp_dma.h index 867afbe084e7..8ae29b4ede8b 100644 --- a/include/linux/pxp_dma.h +++ b/include/linux/pxp_dma.h @@ -151,7 +151,7 @@ struct pxp_proc_data { /* LUT transformation on Y data */ int lut_transform; - u8 *lut_map; /* 256 entries */ + __u8 *lut_map; /* 256 entries */ bool lut_map_updated; /* Map recently changed */ }; -- 2.39.5