staging: fsl-mc: drop unused forward declaration
authorLaurentiu Tudor <laurentiu.tudor@nxp.com>
Thu, 8 Jun 2017 14:28:51 +0000 (17:28 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Jun 2017 10:14:12 +0000 (12:14 +0200)
This forward declaration of "struct fsl_mc_resource" is of no use so
drop it.

Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fsl-mc/include/mc-sys.h

index dca7f90..b520370 100644 (file)
@@ -46,7 +46,6 @@
  */
 #define FSL_MC_IO_ATOMIC_CONTEXT_PORTAL        0x0001
 
-struct fsl_mc_resource;
 struct mc_command;
 
 /**