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

Commit 42b04557 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "platform: msm: qpnp-revid: replace #ifdef with #if IS_ENABLED()"

parents d9b17608 24671234
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -330,7 +330,7 @@ struct pmic_revid_data {
	int		tp_rev;
};

#ifdef CONFIG_QPNP_REVID
#if IS_ENABLED(CONFIG_QPNP_REVID)
struct pmic_revid_data *get_revid_data(struct device_node *dev_node);
#else
static inline