From patchwork Tue Nov 11 15:56:04 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Hovold X-Patchwork-Id: 5275721 Return-Path: X-Original-To: patchwork-linux-arm@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 7ADF7C11AC for ; Tue, 11 Nov 2014 15:59:23 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id AFCF32010F for ; Tue, 11 Nov 2014 15:59:22 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D824D2010E for ; Tue, 11 Nov 2014 15:59:21 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XoDom-0002fz-G7; Tue, 11 Nov 2014 15:57:20 +0000 Received: from mail-la0-x22f.google.com ([2a00:1450:4010:c03::22f]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XoDoa-0002AW-HZ for linux-arm-kernel@lists.infradead.org; Tue, 11 Nov 2014 15:57:09 +0000 Received: by mail-la0-f47.google.com with SMTP id gd6so9583802lab.6 for ; Tue, 11 Nov 2014 07:56:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id; bh=GvYkdDm12vMC/BKzQaVqsrvIhpmf7sRx0ogv2RE8cCk=; b=NA2scRlt7R06FIjSIxgPrsDANTO4hakK8emnrGuY3rSj5/IP3BqYz/VHWgb30PDRCz E2MFc1iGYCMU6SNF1PaVjy5P8c6VJ/CU1FGAUbFGV/qzo5eTEHsT1Rtyy6ZJDk81lgG3 nDQ7lrmf3BefeFH6qPoTlepaTLAP2K2d0Encnt3uesKcvQ2oj6hGc1Ns2ivpXSCCWNrB //xYkbk4f5BG0LLwBV7l3F4oM022p03hQED1ku1AogU15YrbLmXeRAiLxqHkZX1JMXpA 6NXj9W/Sbk+IHSAdQhCV05NlGmpjuDrZY0zBYeH6zPW8VK28tyeTat/yZVuffedNBnDc iD8Q== X-Received: by 10.152.224.163 with SMTP id rd3mr1098740lac.24.1415721405619; Tue, 11 Nov 2014 07:56:45 -0800 (PST) Received: from xi.terra (s83-177-171-8.cust.tele2.se. [83.177.171.8]) by mx.google.com with ESMTPSA id gm5sm4116439lbc.30.2014.11.11.07.56.44 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 11 Nov 2014 07:56:44 -0800 (PST) Received: from johan by xi.terra with local (Exim 4.84) (envelope-from ) id 1XoDoC-0006hu-LD; Tue, 11 Nov 2014 16:56:44 +0100 From: Johan Hovold To: Paul Walmsley Subject: [PATCH] ARM: OMAP2+: clock: remove unused function prototype Date: Tue, 11 Nov 2014 16:56:04 +0100 Message-Id: <1415721364-25749-1-git-send-email-johan@kernel.org> X-Mailer: git-send-email 2.0.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141111_075708_780403_A1FA9158 X-CRM114-Status: UNSURE ( 8.79 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: Tony Lindgren , linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Johan Hovold X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,T_DKIM_INVALID,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 unused function prototype that was left by commit 149c09d3a61d ("ARM: AM33xx: remove old clock data and link in new clock init code") which removed the definition. Signed-off-by: Johan Hovold --- arch/arm/mach-omap2/clock.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/mach-omap2/clock.h b/arch/arm/mach-omap2/clock.h index 4592a2762592..c81d6cc41891 100644 --- a/arch/arm/mach-omap2/clock.h +++ b/arch/arm/mach-omap2/clock.h @@ -269,8 +269,6 @@ extern const struct clksel_rate div31_1to31_rates[]; extern void __iomem *clk_memmaps[]; -extern int am33xx_clk_init(void); - extern int omap2_clkops_enable_clkdm(struct clk_hw *hw); extern void omap2_clkops_disable_clkdm(struct clk_hw *hw);