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

Commit 51c2add6 authored by lucaswei's avatar lucaswei Committed by Will Mcvicker
Browse files

ANDROID: GKI: fdt: export symbols required by modules



Export these symbols for modularized drivers.
  of_fdt_get_ddrrank
  of_fdt_get_ddrhbb

Bug: 153905290
Bug: 151601060
Bug: 151568484
Test: compile
Change-Id: I3a20d333ed4b6450d3721d6ae191fc31be2033ed
Signed-off-by: default avatarlucaswei <lucaswei@google.com>
(cherry picked from commit b2c6888bdfbb768bdb40cdccd1a972548997e940)
Signed-off-by: default avatarWill McVicker <willmcvicker@google.com>
parent 643e14cf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -111,6 +111,7 @@ int of_fdt_get_ddrhbb(int channel, int rank)

	return ret;
}
EXPORT_SYMBOL_GPL(of_fdt_get_ddrhbb);

/**
 * of_fdt_get_ddrrank - Return the rank of ddr on the current device
@@ -142,6 +143,7 @@ int of_fdt_get_ddrrank(int channel)

	return ret;
}
EXPORT_SYMBOL_GPL(of_fdt_get_ddrrank);

/**
 * of_fdt_get_ddrtype - Return the type of ddr (4/5) on the current device