mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 10:12:16 +09:00
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:
committed by
Greg Kroah-Hartman
parent
27365d85cf
commit
c7743b4233
@@ -24,10 +24,6 @@ struct msi_domain_info;
|
||||
*/
|
||||
#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
|
||||
* type
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
|
||||
struct fsl_mc_device;
|
||||
struct fsl_mc_io;
|
||||
struct fsl_mc_bus;
|
||||
|
||||
/**
|
||||
* struct fsl_mc_driver - MC object device driver object
|
||||
|
||||
Reference in New Issue
Block a user