summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Nold <dannynold@freescale.com>2011-09-16 11:53:34 -0500
committerLily Zhang <r58066@freescale.com>2011-09-21 19:06:23 +0800
commit0a94cd5b0315bb4433693bf618807868fcd27d3d (patch)
tree58899dcb39cdc9363cb21a856b00d79fc3e37332
parent363f9d93ba31b95d9ea3aa1d6db85f65105ae471 (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 */
};