mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
irqdomain: Add forward declaration of fwnode_handle
irqdomain.h is a user of struct fwnode_handle. Add forward declaration of it. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Link: https://lore.kernel.org/r/20201030165919.86234-3-andriy.shevchenko@linux.intel.com
This commit is contained in:
parent
eda2845ae5
commit
08219fb1ef
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
#include <linux/radix-tree.h>
|
||||
|
||||
struct device_node;
|
||||
struct fwnode_handle;
|
||||
struct irq_domain;
|
||||
struct irq_chip;
|
||||
struct irq_data;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue