Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/exynos/ipp: remove unused field in command node

Since command node have file pointer dev field became useless.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Reviewed-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>

authored by

Andrzej Hajda and committed by
Inki Dae
985c293d 21a825ee

-3
-1
drivers/gpu/drm/exynos/exynos_drm_ipp.c
··· 444 444 property->prop_id, property->cmd, (int)ippdrv); 445 445 446 446 /* stored property information and ippdrv in private data */ 447 - c_node->dev = dev; 448 447 c_node->property = *property; 449 448 c_node->state = IPP_STATE_IDLE; 450 449 c_node->filp = file;
-2
drivers/gpu/drm/exynos/exynos_drm_ipp.h
··· 48 48 /* 49 49 * A structure of command node. 50 50 * 51 - * @dev: IPP device. 52 51 * @list: list head to command queue information. 53 52 * @event_list: list head of event. 54 53 * @mem_list: list head to source,destination memory queue information. ··· 64 65 * @filp: associated file pointer. 65 66 */ 66 67 struct drm_exynos_ipp_cmd_node { 67 - struct device *dev; 68 68 struct list_head list; 69 69 struct list_head event_list; 70 70 struct list_head mem_list[EXYNOS_DRM_OPS_MAX];