mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 02:21:16 +00:00
12c920e4ca
The Ion driver has moved to staging. Move the msm-specific extensions as well. Also Update some of the build infrastructure to correctly export the UAPI files from the staging directory. Change-Id: I75a6760e0e2f0c9ae37196b0573fa151a8d7a33c Signed-off-by: Mitchel Humpherys <mitchelh@codeaurora.org>
6 lines
150 B
C
6 lines
150 B
C
#ifndef __LINUX_MSM_ION_H__
|
|
#define __LINUX_MSM_ION_H__
|
|
|
|
#include "../../drivers/staging/android/ion/msm/msm_ion.h"
|
|
|
|
#endif /* __LINUX_MSM_ION_H__ */
|