Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b5d5740a authored by Laurentiu Tudor's avatar Laurentiu Tudor Committed by Greg Kroah-Hartman
Browse files

staging: fsl-mc: drop unused forward declaration



This forward declaration of "struct fsl_mc_resource" is of no use so
drop it.

Signed-off-by: default avatarLaurentiu Tudor <laurentiu.tudor@nxp.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6e0556cc
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -46,7 +46,6 @@
 */
 */
#define FSL_MC_IO_ATOMIC_CONTEXT_PORTAL	0x0001
#define FSL_MC_IO_ATOMIC_CONTEXT_PORTAL	0x0001


struct fsl_mc_resource;
struct mc_command;
struct mc_command;


/**
/**