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:
parent
bfa70fb909
commit
be3345a032
4 changed files with 2 additions and 15 deletions
|
@ -1,2 +0,0 @@
|
|||
header-y += ion.h
|
||||
header-y += msm_ion.h
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
1
include/uapi/linux/ion.h
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../../drivers/staging/android/uapi/ion.h
|
|
@ -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__ */
|
1
include/uapi/linux/msm_ion.h
Symbolic link
1
include/uapi/linux/msm_ion.h
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../../drivers/staging/android/uapi/msm_ion.h
|
Loading…
Add table
Reference in a new issue