From 830436ed50314eb04d9973c8663a51820ad17ac2 Mon Sep 17 00:00:00 2001 From: Jeongtae Park Date: Sun, 17 Jun 2018 16:56:38 +0900 Subject: [PATCH] [COMMON] fimc-is2: remove 'cookie_shot' from a frame Change-Id: Iab17d88e997a335336c839fb8361bc044814f0d5 Signed-off-by: Jeongtae Park --- drivers/media/platform/exynos/fimc-is2/fimc-is-framemgr.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/media/platform/exynos/fimc-is2/fimc-is-framemgr.h b/drivers/media/platform/exynos/fimc-is2/fimc-is-framemgr.h index 6cf62c4f73af..3aa21eb05924 100644 --- a/drivers/media/platform/exynos/fimc-is2/fimc-is-framemgr.h +++ b/drivers/media/platform/exynos/fimc-is2/fimc-is-framemgr.h @@ -198,7 +198,6 @@ struct fimc_is_frame { struct camera2_shot_ext *shot_ext; ulong kvaddr_shot; u32 dvaddr_shot; - ulong cookie_shot; size_t shot_size; /* stream use */ -- 2.20.1