Loading drivers/soc/qcom/memlat_scmi.c +2 −1 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2020, The Linux Foundation. All rights reserved. * Copyright (c) 2020 - 2021, The Linux Foundation. All rights reserved. */ #include <linux/scmi_protocol.h> Loading @@ -26,6 +26,7 @@ static int scmi_memlat_probe(struct scmi_device *sdev) static const struct scmi_device_id scmi_id_table[] = { { SCMI_PROTOCOL_MEMLAT }, { }, }; MODULE_DEVICE_TABLE(scmi, scmi_id_table); Loading drivers/soc/qcom/plh_scmi.c +2 −1 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2020, The Linux Foundation. All rights reserved. * Copyright (c) 2020 - 2021, The Linux Foundation. All rights reserved. */ #include <linux/scmi_protocol.h> Loading @@ -26,6 +26,7 @@ static int scmi_plh_probe(struct scmi_device *sdev) static const struct scmi_device_id scmi_id_table[] = { { SCMI_PROTOCOL_PLH }, { }, }; MODULE_DEVICE_TABLE(scmi, scmi_id_table); Loading Loading
drivers/soc/qcom/memlat_scmi.c +2 −1 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2020, The Linux Foundation. All rights reserved. * Copyright (c) 2020 - 2021, The Linux Foundation. All rights reserved. */ #include <linux/scmi_protocol.h> Loading @@ -26,6 +26,7 @@ static int scmi_memlat_probe(struct scmi_device *sdev) static const struct scmi_device_id scmi_id_table[] = { { SCMI_PROTOCOL_MEMLAT }, { }, }; MODULE_DEVICE_TABLE(scmi, scmi_id_table); Loading
drivers/soc/qcom/plh_scmi.c +2 −1 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2020, The Linux Foundation. All rights reserved. * Copyright (c) 2020 - 2021, The Linux Foundation. All rights reserved. */ #include <linux/scmi_protocol.h> Loading @@ -26,6 +26,7 @@ static int scmi_plh_probe(struct scmi_device *sdev) static const struct scmi_device_id scmi_id_table[] = { { SCMI_PROTOCOL_PLH }, { }, }; MODULE_DEVICE_TABLE(scmi, scmi_id_table); Loading