mirror of
https://github.com/patjak/facetimehd.git
synced 2026-04-09 11:02:31 +02:00
fthd/buffer: Remove unused struct
Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user