Commit c7743b42 authored by Stuart Yoder's avatar Stuart Yoder Committed by Greg Kroah-Hartman

staging: fsl-mc: remove unneeded forward declarations

Remove unneeded and duplicated forward declarations.
Signed-off-by: default avatarStuart Yoder <stuart.yoder@nxp.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 27365d85
...@@ -24,10 +24,6 @@ struct msi_domain_info; ...@@ -24,10 +24,6 @@ struct msi_domain_info;
*/ */
#define FSL_MC_IRQ_POOL_MAX_TOTAL_IRQS 256 #define FSL_MC_IRQ_POOL_MAX_TOTAL_IRQS 256
struct device_node;
struct irq_domain;
struct msi_domain_info;
/** /**
* struct fsl_mc_resource_pool - Pool of MC resources of a given * struct fsl_mc_resource_pool - Pool of MC resources of a given
* type * type
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
struct fsl_mc_device; struct fsl_mc_device;
struct fsl_mc_io; struct fsl_mc_io;
struct fsl_mc_bus;
/** /**
* struct fsl_mc_driver - MC object device driver object * struct fsl_mc_driver - MC object device driver object
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment