Thread (57 messages) 57 messages, 4 authors, 2023-05-31

Re: [patch V2 02/40] ACPI/IORT: Make prototype of iort_pmsi_get_dev_id() always available

From: Robin Murphy <robin.murphy@arm.com>
Date: 2022-11-21 15:17:51
Also in: linux-pci, lkml

On 2022-11-21 14:39, Thomas Gleixner wrote:
quoted hunk ↗ jump to hunk
W=1 build complains:

drivers/irqchip/irq-gic-v3-its-msi-parent.c:110:12: warning: no previous prototype for function 'iort_pmsi_get_dev_id' [-Wmissing-prototypes]
    int __weak iort_pmsi_get_dev_id(struct device *dev, u32 *dev_id)

Reported-by: Ammar Faizi <redacted>
Signed-off-by: Thomas Gleixner <redacted>
Cc: Robin Murphy <robin.murphy@arm.com>
Cc: Lorenzo Pieralisi <lpieralisi@kernel.org>
---
  include/linux/acpi_iort.h |    4 +++-
  1 file changed, 3 insertions(+), 1 deletion(-)
--- a/include/linux/acpi_iort.h
+++ b/include/linux/acpi_iort.h
@@ -26,13 +26,15 @@ int iort_register_domain_token(int trans
  			       struct fwnode_handle *fw_node);
  void iort_deregister_domain_token(int trans_id);
  struct fwnode_handle *iort_find_domain_token(int trans_id);
+
+int iort_pmsi_get_dev_id(struct device *dev, u32 *dev_id);
+
  #ifdef CONFIG_ACPI_IORT
  void acpi_iort_init(void);
  u32 iort_msi_map_id(struct device *dev, u32 id);
  struct irq_domain *iort_get_device_domain(struct device *dev, u32 id,
  					  enum irq_domain_bus_token bus_token);
  void acpi_configure_pmsi_domain(struct device *dev);
-int iort_pmsi_get_dev_id(struct device *dev, u32 *dev_id);
FWIW I'd prefer to add a "return -ENODEV" stub in the #else section to 
match the others.

<wonders why this was inconsistent to begin with, goes off to dig 
through Git history...>

Oh hey, then we could also finally make good on that 6-year-old promise 
that "The weak function will be removed when the ACPI counterpart is 
merged." :)

Thanks,
Robin.
  void iort_get_rmr_sids(struct fwnode_handle *iommu_fwnode,
  		       struct list_head *head);
  void iort_put_rmr_sids(struct fwnode_handle *iommu_fwnode,
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help