From patchwork Wed Feb 13 14:07:08 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: archit taneja X-Patchwork-Id: 2136331 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 01981DFE75 for ; Wed, 13 Feb 2013 14:08:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934045Ab3BMOIL (ORCPT ); Wed, 13 Feb 2013 09:08:11 -0500 Received: from comal.ext.ti.com ([198.47.26.152]:59385 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933917Ab3BMOIJ (ORCPT ); Wed, 13 Feb 2013 09:08:09 -0500 Received: from dlelxv30.itg.ti.com ([172.17.2.17]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id r1DE89kw021587; Wed, 13 Feb 2013 08:08:09 -0600 Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dlelxv30.itg.ti.com (8.13.8/8.13.8) with ESMTP id r1DE89SO024059; Wed, 13 Feb 2013 08:08:09 -0600 Received: from dlelxv23.itg.ti.com (172.17.1.198) by dfle72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.1.323.3; Wed, 13 Feb 2013 08:08:09 -0600 Received: from legion.dal.design.ti.com (legion.dal.design.ti.com [128.247.22.53]) by dlelxv23.itg.ti.com (8.13.8/8.13.8) with ESMTP id r1DE89KE013955; Wed, 13 Feb 2013 08:08:09 -0600 Received: from localhost (a0393947pc.apr.dhcp.ti.com [172.24.137.46]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id r1DE87V15664; Wed, 13 Feb 2013 08:08:08 -0600 (CST) From: Archit Taneja To: CC: , , Archit Taneja Subject: [PATCH 05/11] OMAPDSS: remove set_backlight/get_backlight function ptrs Date: Wed, 13 Feb 2013 19:37:08 +0530 Message-ID: <1360764434-18788-6-git-send-email-archit@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1360764434-18788-1-git-send-email-archit@ti.com> References: <1360764434-18788-1-git-send-email-archit@ti.com> MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org From: Tomi Valkeinen Now that no board nor panel is using set_backlight and get_backlight functions, we can remove them from omapdss.h. Signed-off-by: Tomi Valkeinen Signed-off-by: Archit Taneja --- include/video/omapdss.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/video/omapdss.h b/include/video/omapdss.h index caefa09..d5dcd50 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h @@ -659,8 +659,6 @@ struct omap_dss_device { /* platform specific */ int (*platform_enable)(struct omap_dss_device *dssdev); void (*platform_disable)(struct omap_dss_device *dssdev); - int (*set_backlight)(struct omap_dss_device *dssdev, int level); - int (*get_backlight)(struct omap_dss_device *dssdev); }; struct omap_dss_hdmi_data