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

Commit bf3b1945 authored by Quentin Perret's avatar Quentin Perret Committed by Mark Salyzyn
Browse files

ANDROID: GKI: drivers: base: soc: export symbols for socinfo



drivers/base/soc.c uses symbols defined in the base/soc driver, export
them to enable the socinfo modularization.

Bug: 144523239
Test: modules load, same devices probe on kona
Change-Id: Ie620bf6a8aa1b09faaf67a936c8bb0eba21f05fc
Signed-off-by: default avatarQuentin Perret <qperret@google.com>
Tested-by: default avatarConnor O'Brien <connoro@google.com>
(cherry picked from commit f21560c0cc37c80de35d20c1eba27eb044b16186)
Signed-off-by: default avatarMark Salyzyn <salyzyn@google.com>
Bug: 153738240
parent 4edf27b0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ struct device *soc_device_to_device(struct soc_device *soc_dev)
{
	return &soc_dev->dev;
}
EXPORT_SYMBOL_GPL(soc_device_to_device);

static umode_t soc_attribute_mode(struct kobject *kobj,
				struct attribute *attr,