From patchwork Tue Jan 14 11:16:21 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhou Zhu X-Patchwork-Id: 3485311 Return-Path: X-Original-To: patchwork-linux-fbdev@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 1EAD4C02DC for ; Tue, 14 Jan 2014 11:17:23 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D4F1F201F7 for ; Tue, 14 Jan 2014 11:17:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 67826201E9 for ; Tue, 14 Jan 2014 11:17:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751445AbaANLRT (ORCPT ); Tue, 14 Jan 2014 06:17:19 -0500 Received: from mx0b-0016f401.pphosted.com ([67.231.156.173]:38256 "EHLO mx0b-0016f401.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751437AbaANLRS (ORCPT ); Tue, 14 Jan 2014 06:17:18 -0500 Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.14.5/8.14.5) with SMTP id s0EBG8jr022442; Tue, 14 Jan 2014 03:16:08 -0800 Received: from sc-owa.marvell.com ([199.233.58.135]) by mx0b-0016f401.pphosted.com with ESMTP id 1hcwywgvjg-1 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Tue, 14 Jan 2014 03:16:08 -0800 Received: from maili.marvell.com (10.93.76.43) by SC-OWA.marvell.com (10.93.76.28) with Microsoft SMTP Server id 8.3.327.1; Tue, 14 Jan 2014 03:16:07 -0800 Received: from localhost (unknown [10.38.36.157]) by maili.marvell.com (Postfix) with ESMTP id 1FCCE1CCE4D; Tue, 14 Jan 2014 03:16:07 -0800 (PST) From: Zhou Zhu To: , Tomi Valkeinen , Jean-Christophe Plagniol-Villard , Haojian Zhuang , Sascha Hauer , Jingoo Han , CC: Chao Xie , Guoqing Li , Zhou Zhu Subject: [PATCH v2 1/4] arm: mmp: remove not used disp clk_name in ttc_dkb Date: Tue, 14 Jan 2014 19:16:21 +0800 Message-ID: <1389698184-28761-2-git-send-email-zzhu3@marvell.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1389698184-28761-1-git-send-email-zzhu3@marvell.com> References: <1389698184-28761-1-git-send-email-zzhu3@marvell.com> MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.11.87, 1.0.14, 0.0.0000 definitions=2014-01-14_03:2014-01-14, 2014-01-14, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1305240000 definitions=main-1401140026 Sender: linux-fbdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org X-Spam-Status: No, score=-7.0 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham 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 remove clk_name of mmp_disp mach_info in ttc_dkb. This field is not used by driver now. Signed-off-by: Zhou Zhu --- arch/arm/mach-mmp/ttc_dkb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-mmp/ttc_dkb.c b/arch/arm/mach-mmp/ttc_dkb.c index cfadd97..9437166 100644 --- a/arch/arm/mach-mmp/ttc_dkb.c +++ b/arch/arm/mach-mmp/ttc_dkb.c @@ -204,7 +204,6 @@ static struct mmp_mach_path_config dkb_disp_config[] = { static struct mmp_mach_plat_info dkb_disp_info = { .name = "mmp-disp", - .clk_name = "disp0", .path_num = 1, .paths = dkb_disp_config, };