diff options
author | Liu Ying <Ying.Liu@freescale.com> | 2013-08-05 03:41:46 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:01:04 -0400 |
commit | 7cf40c09dd83a769823e1339a83148fe8efdcb25 (patch) | |
tree | b8e49d62fcfc12fee5d2b070b7e71dd667dff056 /include/uapi/linux/Kbuild | |
parent | d538d61126e5f3345788f1a524c3ee8b517787dd (diff) |
ENGR00273854 mxcfb: header file split up
This patch splits mxcfb header file up to
include/linux/ directory and include/uapi/linux/
directory so that the userspace may include
the mxcfb header file. This patch also fixes some
annotations and macros about the header file's
naming.
Signed-off-by: Liu Ying <Ying.Liu@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 501638c74af1..a19cdb19899d 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild | |||
@@ -250,6 +250,7 @@ header-y += mroute6.h | |||
250 | header-y += msdos_fs.h | 250 | header-y += msdos_fs.h |
251 | header-y += msg.h | 251 | header-y += msg.h |
252 | header-y += mtio.h | 252 | header-y += mtio.h |
253 | header-y += mxcfb.h | ||
253 | header-y += n_r3964.h | 254 | header-y += n_r3964.h |
254 | header-y += nbd.h | 255 | header-y += nbd.h |
255 | header-y += ncp.h | 256 | header-y += ncp.h |