summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Nold <dannynold@freescale.com>2011-09-16 11:53:34 -0500
committerJason Liu <r64343@freescale.com>2012-01-09 20:23:49 +0800
commit78b3afec2c8867c28501b0a9e5e584c6f92c32a7 (patch)
tree71090d30fd217a319c22f918d78decdc8fff36fb
parent4a179bd9ed165301e13f13ecc8719b637fe9e011 (diff)
ENGR00156976 - PxP: fix imx-lib build break
Change from u8 declaration in pxp_dma.h to __u8 Signed-off-by: Danny Nold <dannynold@freescale.com>
-rw-r--r--include/linux/pxp_dma.h2
1 files changed, 1 insertions, 1 deletions
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 */
};