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

Commit 4a81e507 authored by Larry Bassel's avatar Larry Bassel
Browse files

ion: remove use of qcom,msm-ion-reserve



The device tree string "qcom,msm-ion-reserve" is no
longer needed since we don't support carveout heaps any more.

Change-Id: Icb24d86fff9b478504d17518fda4c2e7b04833b8
Signed-off-by: default avatarLarry Bassel <lbassel@codeaurora.org>
parent 7e12b1cd
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -27,13 +27,11 @@
#include <linux/memblock.h>
#include <linux/memblock.h>
#include <linux/dma-mapping.h>
#include <linux/dma-mapping.h>
#include <linux/dma-contiguous.h>
#include <linux/dma-contiguous.h>
#include <mach/msm_memtypes.h>
#include <asm/cacheflush.h>
#include <asm/cacheflush.h>
#include "../ion_priv.h"
#include "../ion_priv.h"
#include "ion_cp_common.h"
#include "ion_cp_common.h"


#define ION_COMPAT_STR	"qcom,msm-ion"
#define ION_COMPAT_STR	"qcom,msm-ion"
#define ION_COMPAT_MEM_RESERVE_STR "qcom,msm-ion-reserve"


static struct ion_device *idev;
static struct ion_device *idev;
static int num_heaps;
static int num_heaps;
@@ -951,7 +949,6 @@ static struct of_device_id msm_ion_match_table[] = {
	{.compatible = ION_COMPAT_STR},
	{.compatible = ION_COMPAT_STR},
	{},
	{},
};
};
EXPORT_COMPAT(ION_COMPAT_MEM_RESERVE_STR);


static struct platform_driver msm_ion_driver = {
static struct platform_driver msm_ion_driver = {
	.probe = msm_ion_probe,
	.probe = msm_ion_probe,