From a518c46ce62cf28a74e16473d3445bad71f06850 Mon Sep 17 00:00:00 2001 From: Patrik Jakobsson Date: Sun, 16 Oct 2016 20:32:33 +0200 Subject: [PATCH] fthd/buffer: Remove unused struct Signed-off-by: Patrik Jakobsson --- fthd_buffer.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/fthd_buffer.c b/fthd_buffer.c index 411d507..c5d88ee 100644 --- a/fthd_buffer.c +++ b/fthd_buffer.c @@ -27,11 +27,6 @@ #include "fthd_hw.h" #include "fthd_buffer.h" -struct buf_ctx { - struct fthd_plane plane[4]; - struct isp_mem_obj *isphdr; -}; - static int iommu_allocator_init(struct fthd_private *dev_priv) { dev_priv->iommu = kzalloc(sizeof(struct resource), GFP_KERNEL);