projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eda2845
)
irqdomain: Add forward declaration of fwnode_handle
author
Andy Shevchenko
<andriy.shevchenko@linux.intel.com>
Fri, 30 Oct 2020 16:59:16 +0000
(18:59 +0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Sat, 7 Nov 2020 10:33:45 +0000
(11:33 +0100)
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
include/linux/irqdomain.h
patch
|
blob
|
history
diff --git
a/include/linux/irqdomain.h
b/include/linux/irqdomain.h
index
5664218
..
d21f75d
100644
(file)
--- a/
include/linux/irqdomain.h
+++ b/
include/linux/irqdomain.h
@@
-37,6
+37,7
@@
#include <linux/radix-tree.h>
struct device_node;
+struct fwnode_handle;
struct irq_domain;
struct irq_chip;
struct irq_data;