media: staging: media: omap4iss: Remove unused macro function
authorAline Santana Cordeiro <alinesantanacordeiro@gmail.com>
Wed, 14 Apr 2021 13:25:37 +0000 (15:25 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 10 May 2021 09:36:35 +0000 (11:36 +0200)
Remove unused macro function "v4l2_dev_to_iss_device(dev)".

Signed-off-by: Aline Santana Cordeiro <alinesantanacordeiro@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/omap4iss/iss.h

index b88f952..3f587e0 100644 (file)
@@ -119,9 +119,6 @@ struct iss_device {
        unsigned int isp_subclk_resources;
 };
 
-#define v4l2_dev_to_iss_device(dev) \
-       container_of(dev, struct iss_device, v4l2_dev)
-
 int omap4iss_get_external_info(struct iss_pipeline *pipe,
                               struct media_link *link);