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 <[email protected]>
Acked-by: Helen Koike <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
Dafna Hirschfeld authored and sigmaris committed Aug 8, 2020
1 parent 3ade157 commit cb01ef7
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 cb01ef7

Please sign in to comment.