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

Commit f8f1924b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: msm-cdc-pinctrl: Add stub function for pinctrl get function"

parents 505012f3 14a1fecf
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2016-2018, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -44,6 +44,10 @@ int msm_cdc_pinctrl_drv_init(void)
void msm_cdc_pinctrl_drv_exit(void)
{
}
bool msm_cdc_pinctrl_get_state(struct device_node *np)
{
	return true;
}
#endif

#endif