summaryrefslogtreecommitdiff
path: root/include/uapi/linux/ion.h (unfollow)
Commit message (Collapse)Author
2016-03-22uapi: fix export of msm_ion.hJeremy Gebben
Make this file be exported via symlink like the rest of the android staging uapi headers. Signed-off-by: Jeremy Gebben <jgebben@codeaurora.org>
2016-03-22ion: Export ion headers to userspaceLaura Abbott
Ion headers need to go to userspace. Export them via the staging tree Change-Id: I9b622efaae3d0ed764ce064da228112c363c066d Signed-off-by: Laura Abbott <lauraa@codeaurora.org>
2016-03-22uapi: export android staging headersJeremy Gebben
There are several uapi headers required for android that are in drivers/staging/android/uapi. Create symlinks for these files in include/uapi/linux so that we can export them without messing up Kbuild. Signed-off-by: Jeremy Gebben <jgebben@codeaurora.org>