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

Commit 25150cc6 authored by Laura Abbott's avatar Laura Abbott
Browse files

msm: Remove references to SMI



SMI memory is no longer supported on current targets. Remove
all references to it.

Change-Id: Ifbdf6247cc4b13c1d0173f1c998e07c702c06408
Signed-off-by: default avatarLaura Abbott <lauraa@codeaurora.org>
parent 745417f2
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -41,8 +41,6 @@
#include "pm.h"

static struct memtype_reserve apq8084_reserve_table[] __initdata = {
	[MEMTYPE_SMI] = {
	},
	[MEMTYPE_EBI0] = {
		.flags  =       MEMTYPE_FLAGS_1M_ALIGN,
	},
+0 −2
Original line number Diff line number Diff line
@@ -42,8 +42,6 @@
#include "modem_notifier.h"

static struct memtype_reserve mpq8092_reserve_table[] __initdata = {
	[MEMTYPE_SMI] = {
	},
	[MEMTYPE_EBI0] = {
		.flags  =       MEMTYPE_FLAGS_1M_ALIGN,
		},
+0 −2
Original line number Diff line number Diff line
@@ -53,8 +53,6 @@
#include "modem_notifier.h"

static struct memtype_reserve msm8226_reserve_table[] __initdata = {
	[MEMTYPE_SMI] = {
	},
	[MEMTYPE_EBI0] = {
		.flags	=	MEMTYPE_FLAGS_1M_ALIGN,
	},
+0 −2
Original line number Diff line number Diff line
@@ -52,8 +52,6 @@
#include "modem_notifier.h"

static struct memtype_reserve msm8610_reserve_table[] __initdata = {
	[MEMTYPE_SMI] = {
	},
	[MEMTYPE_EBI0] = {
		.flags	=	MEMTYPE_FLAGS_1M_ALIGN,
	},
+0 −2
Original line number Diff line number Diff line
@@ -50,8 +50,6 @@


static struct memtype_reserve msm8974_reserve_table[] __initdata = {
	[MEMTYPE_SMI] = {
	},
	[MEMTYPE_EBI0] = {
		.flags	=	MEMTYPE_FLAGS_1M_ALIGN,
	},
Loading