Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c93bc926 authored by Isaac J. Manjarres's avatar Isaac J. Manjarres
Browse files

ion: msm: Rename msm_ion_of.[c/h] to msm_ion.[c/h]



Rename msm_ion_of.[c/h] to msm_ion.[c/h], as the OF portion is
a bit of a misnomer, considering that the file supports
more than just the OF parsing machinery.

Change-Id: I013cbdb78cb031ab7521f55873ed9fb031cbbed5
Signed-off-by: default avatarIsaac J. Manjarres <isaacm@codeaurora.org>
parent 02c55808
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_ION_MSM_HEAPS) += msm_ion_heaps.o
msm_ion_heaps-objs += msm_ion_of.o msm_ion_dma_buf.o ion_page_pool.o \
msm_ion_heaps-objs += msm_ion.o msm_ion_dma_buf.o ion_page_pool.o \
		ion_system_heap.o ion_carveout_heap.o ion_system_secure_heap.o \
		ion_cma_heap.o ion_secure_util.o
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
#include <linux/of_address.h>
#include <linux/dma-contiguous.h>
#include <linux/cma.h>
#include <linux/msm_ion_of.h>
#include <linux/msm_ion.h>
#include "msm_ion_priv.h"

#define ION_COMPAT_STR	"qcom,msm-ion"
+3 −3
Original line number Diff line number Diff line
@@ -3,8 +3,8 @@
 * Copyright (c) 2019, The Linux Foundation. All rights reserved.
 */

#ifndef _MSM_ION_OF_H
#define _MSM_ION_OF_H
#ifndef _MSM_ION_H
#define _MSM_ION_H

#include <linux/device.h>
#include <uapi/linux/msm_ion.h>
@@ -21,4 +21,4 @@ static inline struct device *msm_ion_heap_device_by_id(int heap_id)
}

#endif /* CONFIG_ION_MSM_HEAPS */
#endif /* _MSM_ION_OF_H */
#endif /* _MSM_ION_H */