Loading drivers/soc/qcom/glink_probe.c +4 −1 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2017-2019, The Linux Foundation. All rights reserved. * Copyright (c) 2017-2019, 2021, The Linux Foundation. All rights reserved. */ #include <linux/of.h> Loading @@ -25,6 +25,8 @@ do { \ ipc_log_string(glink_ilc, "[%s]: "x, __func__, ##__VA_ARGS__); \ } while (0) extern const struct dev_pm_ops glink_native_pm_ops; struct edge_info { struct list_head list; struct device *dev; Loading Loading @@ -202,6 +204,7 @@ static struct platform_driver glink_probe_driver = { .driver = { .name = "msm_glink", .of_match_table = glink_match_table, .pm = &glink_native_pm_ops, }, }; Loading Loading
drivers/soc/qcom/glink_probe.c +4 −1 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2017-2019, The Linux Foundation. All rights reserved. * Copyright (c) 2017-2019, 2021, The Linux Foundation. All rights reserved. */ #include <linux/of.h> Loading @@ -25,6 +25,8 @@ do { \ ipc_log_string(glink_ilc, "[%s]: "x, __func__, ##__VA_ARGS__); \ } while (0) extern const struct dev_pm_ops glink_native_pm_ops; struct edge_info { struct list_head list; struct device *dev; Loading Loading @@ -202,6 +204,7 @@ static struct platform_driver glink_probe_driver = { .driver = { .name = "msm_glink", .of_match_table = glink_match_table, .pm = &glink_native_pm_ops, }, }; Loading