Skip to content

Commit

Permalink
media: staging: rkisp1: remove unused field alloc_ctx from struct rki…
Browse files Browse the repository at this point in the history
…sp1_device

The field alloc_ctx in struct rkisp1_device is not used.
This patch removes it.

Signed-off-by: Dafna Hirschfeld <dafna.hirschfeld@collabora.com>
Acked-by: Helen Koike <helen.koike@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
  • Loading branch information
Dafna Hirschfeld authored and Mauro Carvalho Chehab committed Jul 19, 2020
1 parent 8f611cc commit 1b265b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/staging/media/rkisp1/rkisp1-common.h
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ struct rkisp1_device {
struct rkisp1_stats stats;
struct rkisp1_params params;
struct media_pipeline pipe;
struct vb2_alloc_ctx *alloc_ctx;
struct mutex stream_lock;
struct rkisp1_debug debug;
};
Expand Down

0 comments on commit 1b265b4

Please sign in to comment.