diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2012-11-20 15:20:47 +0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-11-20 15:20:47 +0400 |
commit | ea2590e24364a5d153464d443aa25347e5d17695 (patch) | |
tree | 45d9b828954f3e27e5416d12d8405485c4bf4671 /include | |
parent | fe39f2f4dc8481d3aa4561ba649b0c0a4429a49e (diff) | |
parent | 90f790d2dc96f5a61855ae65b90e30c40c893a20 (diff) | |
download | linux-ea2590e24364a5d153464d443aa25347e5d17695.tar.xz |
Merge tag 'topic/domain' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into for-next
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/regmap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/regmap.h b/include/linux/regmap.h index e3bcc3f4dcb8..b9e99799965d 100644 --- a/include/linux/regmap.h +++ b/include/linux/regmap.h @@ -19,6 +19,7 @@ struct module; struct device; struct i2c_client; +struct irq_domain; struct spi_device; struct regmap; struct regmap_range_cfg; @@ -317,6 +318,7 @@ int regmap_add_irq_chip(struct regmap *map, int irq, int irq_flags, void regmap_del_irq_chip(int irq, struct regmap_irq_chip_data *data); int regmap_irq_chip_get_base(struct regmap_irq_chip_data *data); int regmap_irq_get_virq(struct regmap_irq_chip_data *data, int irq); +struct irq_domain *regmap_irq_get_domain(struct regmap_irq_chip_data *data); #else |