staging: fsl-mc: remove unneeded forward declarations

Remove unneeded and duplicated forward declarations.

Signed-off-by: Stuart Yoder <stuart.yoder@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Stuart Yoder 2016-08-23 17:13:51 -05:00 committed by Greg Kroah-Hartman
parent 27365d85cf
commit c7743b4233
2 changed files with 0 additions and 5 deletions

View File

@ -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

View File

@ -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