diff options
author | Robby Cai <R63905@freescale.com> | 2013-07-30 22:31:17 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:01:03 -0400 |
commit | aab545d9a70030dca924a42f33628cc1f94fe16a (patch) | |
tree | a26fdc36715aebe1e872b443f6ae735c75a0f9b2 /include/uapi/linux/Kbuild | |
parent | 1e913204e1e0990eaa4bfb5e7a7586687ea1edb7 (diff) |
ENGR00274035 UAPI: split the header file linux/pxp_dma.h
Move the user-space part in include/linux/pxp_dma.h into
include/uapi/linux/pxp_dma.h due to the UAPI introduced.
Signed-off-by: Robby Cai <R63905@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 bdc6e87ff3eb..fe802de0f6a0 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild | |||
@@ -313,6 +313,7 @@ header-y += pps.h | |||
313 | header-y += prctl.h | 313 | header-y += prctl.h |
314 | header-y += ptp_clock.h | 314 | header-y += ptp_clock.h |
315 | header-y += ptrace.h | 315 | header-y += ptrace.h |
316 | header-y += pxp_dma.h | ||
316 | header-y += qnx4_fs.h | 317 | header-y += qnx4_fs.h |
317 | header-y += qnxtypes.h | 318 | header-y += qnxtypes.h |
318 | header-y += quota.h | 319 | header-y += quota.h |