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: Hans Verkuil <hverkuil-cisco@xs4all.nl> Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
This commit is contained in:
parent
c8f0e92490
commit
466ae77a8c
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user