mirror of
https://github.com/LineageOS/android_kernel_fxtec_sm6115.git
synced 2026-04-07 16:15:36 +00:00
This patch merges changes pertinent to ion from msm-4.14 to msm-kona. Conflicts: include/linux/oom.h Change-Id: I33239643d8eb5e98f6d7529ff986db03b043da2d Signed-off-by: Swathi Sridhar <swatsrid@codeaurora.org>
12 lines
271 B
C
12 lines
271 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2018, The Linux Foundation. All rights reserved.
|
|
*/
|
|
|
|
#ifndef __LINUX_ION_KERNEL_H__
|
|
#define __LINUX_ION_KERNEL_H__
|
|
|
|
#include "../../drivers/staging/android/ion/ion_kernel.h"
|
|
|
|
#endif /* __LINUX_ION_KERNEL_H__ */
|