From patchwork Fri Nov 23 16:35:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 1796411 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 3C9543FC54 for ; Fri, 23 Nov 2012 16:34:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755873Ab2KWQeW (ORCPT ); Fri, 23 Nov 2012 11:34:22 -0500 Received: from perceval.ideasonboard.com ([95.142.166.194]:35923 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755812Ab2KWQeV (ORCPT ); Fri, 23 Nov 2012 11:34:21 -0500 Received: from avalon.ideasonboard.com (unknown [91.178.103.90]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 3F8D435A87; Fri, 23 Nov 2012 17:34:19 +0100 (CET) From: Laurent Pinchart To: linux-sh@vger.kernel.org, linux-fbdev@vger.kernel.org Cc: Paul Mundt , Magnus Damm , Richard Purdie , Kuninori Morimoto Subject: [PATCH 3/5] ARM: mach-shmobile: mackerel: Use gpio-backlight Date: Fri, 23 Nov 2012 17:35:13 +0100 Message-Id: <1353688515-30458-4-git-send-email-laurent.pinchart+renesas@ideasonboard.com> X-Mailer: git-send-email 1.7.8.6 In-Reply-To: <1353688515-30458-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> References: <1353688515-30458-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org Replace the backlight callback with a gpio-backlight platform device. Signed-off-by: Laurent Pinchart Acked-by: Simon Horman --- arch/arm/mach-shmobile/board-mackerel.c | 34 +++++++++++++++--------------- 1 files changed, 17 insertions(+), 17 deletions(-) diff --git a/arch/arm/mach-shmobile/board-mackerel.c b/arch/arm/mach-shmobile/board-mackerel.c index bfd2dc8..ea35727 100644 --- a/arch/arm/mach-shmobile/board-mackerel.c +++ b/arch/arm/mach-shmobile/board-mackerel.c @@ -48,7 +48,7 @@ #include #include #include - +#include