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);