From 90a687d61b4812d8fc035a59659dc36359783f60 Mon Sep 17 00:00:00 2001 From: Dmitry Torokhov Date: Thu, 3 Nov 2022 20:16:38 -0700 Subject: fbdev: omapfb: connector-analog-tv: remove support for platform data There are no users of connector_atv_platform_data in the mainline kernel so support for it can be removed from the panel driver. Signed-off-by: Dmitry Torokhov Signed-off-by: Helge Deller --- include/video/omap-panel-data.h | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 include/video/omap-panel-data.h (limited to 'include/video') diff --git a/include/video/omap-panel-data.h b/include/video/omap-panel-data.h deleted file mode 100644 index 18172d7b97d0..000000000000 --- a/include/video/omap-panel-data.h +++ /dev/null @@ -1,34 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ -/* - * Header containing platform_data structs for omap panels - * - * Copyright (C) 2013 Texas Instruments - * Author: Tomi Valkeinen - * Archit Taneja - * - * Copyright (C) 2011 Texas Instruments - * Author: Mayuresh Janorkar - * - * Copyright (C) 2010 Canonical Ltd. - * Author: Bryan Wu - */ - -#ifndef __OMAP_PANEL_DATA_H -#define __OMAP_PANEL_DATA_H - -#include