diff options
author | Fancy Fang <B47543@freescale.com> | 2013-12-18 00:38:23 -0500 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:47:30 -0400 |
commit | f20faecb0ab5dc76478b92aadcd0a6407388dd01 (patch) | |
tree | bf5e1aac613edbc921fcc96ac2034d70acacd7be /include/uapi/linux/Kbuild | |
parent | dcb7a8c8d8330b16d0e8e2226023fee258dab1d1 (diff) |
ENGR00292562 PXP: move the definitions used only by PXP device to a new header file
Some definitions used only by PXP device driver should not stay in
pxp_dma.h which is shared by PXP, EPDC and V4L2. So the patch creates
a new header file pxp_device.h to hold these definitions.
Signed-off-by: Fancy Fang <B47543@freescale.com>
Diffstat (limited to 'include/uapi/linux/Kbuild')
-rw-r--r-- | include/uapi/linux/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index acca9400407f..3713ebd8979e 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild | |||
@@ -318,6 +318,7 @@ header-y += prctl.h | |||
318 | header-y += ptp_clock.h | 318 | header-y += ptp_clock.h |
319 | header-y += ptrace.h | 319 | header-y += ptrace.h |
320 | header-y += pxp_dma.h | 320 | header-y += pxp_dma.h |
321 | header-y += pxp_device.h | ||
321 | header-y += qnx4_fs.h | 322 | header-y += qnx4_fs.h |
322 | header-y += qnxtypes.h | 323 | header-y += qnxtypes.h |
323 | header-y += quota.h | 324 | header-y += quota.h |