diff options
author | Sakari Ailus <[email protected]> | 2023-06-13 18:33:58 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2023-07-28 10:34:26 +0200 |
commit | b2cc2a32d266dbea4011e1020ad5fbecf1713c89 (patch) | |
tree | 732d274bbac8689ef4b2666fb87390509136dc07 | |
parent | bda8953e8c3e7ecbbf6cb1be11790496300e3961 (diff) |
media: v4l: fwnode: Remove unneeded forward declaration
Remove an unneeded declaration for struct fwnode_handle.
Signed-off-by: Sakari Ailus <[email protected]>
Tested-by: Lad Prabhakar <[email protected]> # Renesas RZ/G2L SMARC
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
-rw-r--r-- | include/media/v4l2-fwnode.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/media/v4l2-fwnode.h b/include/media/v4l2-fwnode.h index a9a89035e282..f7c57c776589 100644 --- a/include/media/v4l2-fwnode.h +++ b/include/media/v4l2-fwnode.h @@ -21,8 +21,6 @@ #include <media/v4l2-mediabus.h> -struct fwnode_handle; - /** * struct v4l2_fwnode_endpoint - the endpoint data structure * @base: fwnode endpoint of the v4l2_fwnode |