aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/Kbuild
diff options
context:
space:
mode:
authorFancy Fang <B47543@freescale.com>2013-12-18 00:38:23 -0500
committerNitin Garg <nitin.garg@freescale.com>2014-04-16 09:47:30 -0400
commitf20faecb0ab5dc76478b92aadcd0a6407388dd01 (patch)
treebf5e1aac613edbc921fcc96ac2034d70acacd7be /include/uapi/linux/Kbuild
parentdcb7a8c8d8330b16d0e8e2226023fee258dab1d1 (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/Kbuild1
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
318header-y += ptp_clock.h 318header-y += ptp_clock.h
319header-y += ptrace.h 319header-y += ptrace.h
320header-y += pxp_dma.h 320header-y += pxp_dma.h
321header-y += pxp_device.h
321header-y += qnx4_fs.h 322header-y += qnx4_fs.h
322header-y += qnxtypes.h 323header-y += qnxtypes.h
323header-y += quota.h 324header-y += quota.h