i2c: core: Allow whole core to use i2c_dev_irq_from_resources
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Thu, 27 Jun 2019 09:24:06 +0000 (10:24 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Sat, 29 Jun 2019 11:17:17 +0000 (13:17 +0200)
Remove the static from i2c_dev_irq_from _resources so that other parts
of the core code can use this helper function.

Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/i2c-core-base.c
drivers/i2c/i2c-core.h

index f1949d1..fd4ecc9 100644 (file)
@@ -687,8 +687,8 @@ static void i2c_dev_set_name(struct i2c_adapter *adap,
                     i2c_encode_flags_to_addr(client));
 }
 
-static int i2c_dev_irq_from_resources(const struct resource *resources,
-                                     unsigned int num_resources)
+int i2c_dev_irq_from_resources(const struct resource *resources,
+                              unsigned int num_resources)
 {
        struct irq_data *irqd;
        int i;
index c88cfef..8f3a08d 100644 (file)
@@ -28,6 +28,8 @@ extern struct list_head       __i2c_board_list;
 extern int             __i2c_first_dynamic_bus_num;
 
 int i2c_check_7bit_addr_validity_strict(unsigned short addr);
+int i2c_dev_irq_from_resources(const struct resource *resources,
+                              unsigned int num_resources);
 
 /*
  * We only allow atomic transfers for very late communication, e.g. to send