uapi: fix export of msm_ion.h

Make this file be exported via symlink like the rest
of the android staging uapi headers.

Signed-off-by: Jeremy Gebben <jgebben@codeaurora.org>
This commit is contained in:
Jeremy Gebben 2016-02-09 13:35:27 -07:00 committed by David Keitel
parent bfa70fb909
commit be3345a032
4 changed files with 2 additions and 15 deletions

View file

@ -1,2 +0,0 @@
header-y += ion.h
header-y += msm_ion.h

View file

@ -22,7 +22,6 @@ header-y += netfilter_ipv4/
header-y += netfilter_ipv6/
header-y += usb/
header-y += wimax/
header-y += ../../../drivers/staging/android/uapi/
genhdr-y += version.h

View file

@ -1,6 +0,0 @@
#ifndef __UAPI_LINUX_ION_H__
#define __UAPI_LINUX_ION_H__
#include <linux/staging/android/uapi/ion.h>
#endif /* __UAPI_LINUX_ION_H__ */

1
include/uapi/linux/ion.h Symbolic link
View file

@ -0,0 +1 @@
../../../drivers/staging/android/uapi/ion.h

View file

@ -1,6 +0,0 @@
#ifndef __UAPI_LINUX_MSM_ION_H__
#define __UAPI_LINUX_MSM_ION_H__
#include <linux/staging/android/uapi/msm_ion.h>
#endif /* __UAPI_LINUX_MSM_ION_H__ */

View file

@ -0,0 +1 @@
../../../drivers/staging/android/uapi/msm_ion.h