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

Commit e7378399 authored by Jordan Crouse's avatar Jordan Crouse Committed by Hemant Kumar
Browse files

mhi: Export more symbols



Export mhi_device_configure to avoid the following modpost error:

ERROR: "mhi_device_configure" [drivers/bus/mhi/devices/mhi_satellite.ko]
undefined.

Change-Id: Ic0dedbada3dd6d3cd760727fe7076dbcfccdfc93
Signed-off-by: default avatarJordan Crouse <jcrouse@codeaurora.org>
Signed-off-by: default avatarHemant Kumar <hemantk@codeaurora.org>
parent 5ccad5a6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved. */
/* Copyright (c) 2018-2020, The Linux Foundation. All rights reserved. */

#include <linux/debugfs.h>
#include <linux/device.h>
@@ -946,6 +946,7 @@ int mhi_device_configure(struct mhi_device *mhi_dev,

	return 0;
}
EXPORT_SYMBOL(mhi_device_configure);

static int of_parse_ev_cfg(struct mhi_controller *mhi_cntrl,
			   struct device_node *of_node)