Commit 466ae77a authored by Hans Verkuil's avatar Hans Verkuil

staging: media: tegra-video: include video.h header

This tells sparse that tegra_vip_driver is actually used,
and so avoids this warning:

drivers/staging/media/tegra-video/vip.c:280:31: warning: 'tegra_vip_driver' defined but not used [-Wunused-variable]
  280 | static struct platform_driver tegra_vip_driver = {
      |                               ^~~~~~~~~~~~~~~~
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Reviewed-by: default avatarLuca Ceresoli <luca.ceresoli@bootlin.com>
parent c8f0e924
......@@ -20,6 +20,7 @@
#include <media/v4l2-fwnode.h>
#include "vip.h"
#include "video.h"
static inline struct tegra_vip *host1x_client_to_vip(struct host1x_client *client)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment