From patchwork Sat Feb 15 05:56:22 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Shiyan X-Patchwork-Id: 3655671 Return-Path: X-Original-To: patchwork-linux-fbdev@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 0EA0E9F334 for ; Sat, 15 Feb 2014 05:59:18 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 306DC2020E for ; Sat, 15 Feb 2014 05:59:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A6EC32018B for ; Sat, 15 Feb 2014 05:59:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751205AbaBOF7P (ORCPT ); Sat, 15 Feb 2014 00:59:15 -0500 Received: from fallback6.mail.ru ([94.100.176.134]:36482 "EHLO fallback6.mail.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750995AbaBOF7O (ORCPT ); Sat, 15 Feb 2014 00:59:14 -0500 Received: from smtp25.mail.ru (smtp25.mail.ru [94.100.176.178]) by fallback6.mail.ru (mPOP.Fallback_MX) with ESMTP id 6665D3175F9C for ; Sat, 15 Feb 2014 09:59:12 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail2; h=Message-Id:Date:Subject:Cc:To:From; bh=EjcaisyD1Wk31SH/Bkm+GXVevhctcIvB9mKY8Q4JBJ8=; b=INMy93XC8oHjTQAXK6PFgsLYUFrKeB0jH6AshyyXJeTVH/7D/JPhOafpzjfXtOK1O+Wh1y26o+8VqvL8W3uSuoZzQxNBeC4l4lssU687ahfDlF02nSTLsCJ5aPfCA8R2PUeRE2pEFniRo5HejWT0PWi3FM2+0atMFi+6hs3TMIM=; Received: from [188.134.40.128] (port=53872 helo=shc.zet) by smtp25.mail.ru with esmtpa (envelope-from ) id 1WEYEz-00010T-7t; Sat, 15 Feb 2014 09:56:41 +0400 From: Alexander Shiyan To: linux-fbdev@vger.kernel.org Cc: Jean-Christophe Plagniol-Villard , Tomi Valkeinen , Sascha Hauer , Alexander Shiyan Subject: [PATCH 1/5] video: imxfb: Remove dead declaration of set_imx_fb_info() Date: Sat, 15 Feb 2014 09:56:22 +0400 Message-Id: <1392443786-30527-1-git-send-email-shc_work@mail.ru> X-Mailer: git-send-email 1.8.3.2 X-Spam-Status: No, score=-7.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, FREEMAIL_FROM,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Mras: Ok Sender: linux-fbdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org X-Spam-Status: No, score=-1.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RDNS_NONE, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Function set_imx_fb_info() is missing in the kernel code, so remove the dead declaration. Signed-off-by: Alexander Shiyan Acked-by: Sascha Hauer --- include/linux/platform_data/video-imxfb.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/platform_data/video-imxfb.h b/include/linux/platform_data/video-imxfb.h index 8902706..dd1bed9 100644 --- a/include/linux/platform_data/video-imxfb.h +++ b/include/linux/platform_data/video-imxfb.h @@ -79,5 +79,4 @@ struct imx_fb_platform_data { void (*backlight_power)(int); }; -void set_imx_fb_info(struct imx_fb_platform_data *); #endif /* ifndef __MACH_IMXFB_H__ */