summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFancy Fang <B47543@freescale.com>2013-12-16 10:55:04 +0800
committerFancy Fang <B47543@freescale.com>2013-12-17 18:18:03 +0800
commit08b7bdabbd6fe9fac04b7f61b8c8403bfe71380b (patch)
tree39a48e89569bafc4d0efdab99154bb9a44eea74c /include
parent89e027b6e7fefb1c4f84d5381e2b991470c19492 (diff)
ENGR00292121 PXP: remove __u32 definition in pxp_dma.h
Remove the __u32 macro definition in pxp_dma.h. But include <linux/types.h> in pxp_dma.h to make sure user application which include pxp_dma.h to be compiled with no error. Signed-off-by: Fancy Fang <B47543@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/pxp_dma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/pxp_dma.h b/include/uapi/linux/pxp_dma.h
index 62096aacd1b2..efe6f637ea90 100644
--- a/include/uapi/linux/pxp_dma.h
+++ b/include/uapi/linux/pxp_dma.h
@@ -20,12 +20,12 @@
#define _UAPI_PXP_DMA
#include <linux/posix_types.h>
+#include <linux/types.h>
#ifndef __KERNEL__
typedef unsigned long dma_addr_t;
typedef unsigned char bool;
#endif
-#define __u32 unsigned int
/* PXP Pixel format definitions */
/* Four-character-code (FOURCC) */