From patchwork Sat Nov 3 22:02:22 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 1693071 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id ACE813FCDE for ; Sat, 3 Nov 2012 22:04:52 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TUlnr-0006sO-M0; Sat, 03 Nov 2012 22:02:55 +0000 Received: from mail-ee0-f49.google.com ([74.125.83.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TUlnn-0006rm-Sj for linux-arm-kernel@lists.infradead.org; Sat, 03 Nov 2012 22:02:53 +0000 Received: by mail-ee0-f49.google.com with SMTP id c1so2392280eek.36 for ; Sat, 03 Nov 2012 15:02:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=SREvNwxyTMArYmNwMOhdgzYAp7cLQzDRW1SSHLeOhpk=; b=o32T9i+S7HszhhPAY3AaGAVp2Ib4c9V0OukKitw3cEJeTINNxXdGLCpB80rNl7iYpD QJaqrkySHrXWHD/YEDL+W1/8s3tFpfNE4H2Y+pDvG9XYI5MG//wZyp0DB3M/pAFpXnch ZnzFXOn0mc5qFZWb7LcHp3Fn7yKrmp1B5HCi7ChW1MN2bSMx/65Cwts/s6yRXAt5T0Cp FTBfklVTgyRrxpVpypbmFf2Hi7CCtTyVwML3EBf3AHMVj5ugBK2fLdWhfB4pEW4yNFPu e4AKXlVwfxUelQFz74Xco30p4FfUfOAJpmiF+2vgK/9RicLltH/O3yWAreg4dTu03f4C 3fpQ== Received: by 10.14.194.2 with SMTP id l2mr20615214een.12.1351980166984; Sat, 03 Nov 2012 15:02:46 -0700 (PDT) Received: from localhost.localdomain (88.Red-2-139-206.staticIP.rima-tde.net. [2.139.206.88]) by mx.google.com with ESMTPS id d44sm34844369eeo.10.2012.11.03.15.02.45 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 03 Nov 2012 15:02:46 -0700 (PDT) From: Lee Jones To: linux-kernel@vger.kernel.org Subject: [PATCH 1/9] ARM: integrator: Remove unused icst_params lclk_params structure Date: Sat, 3 Nov 2012 23:02:22 +0100 Message-Id: <1351980150-24145-2-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1351980150-24145-1-git-send-email-lee.jones@linaro.org> References: <1351980150-24145-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQlo5kDJRQRKB2RzdBBdFHXtkNVuosvfRCvwIXuuy2iNdW8OLjnuct5X0dOMcwuKmzVJ/7Uf X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20121103_180252_084417_21448CB4 X-CRM114-Status: GOOD ( 10.82 ) X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [74.125.83.49 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Russell King , Lee Jones , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org This was introduced way back before 2005 and has remained unused for over 7 years. Let's remove it. Cc: Russell King Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Lee Jones --- arch/arm/mach-integrator/cpu.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/arch/arm/mach-integrator/cpu.c b/arch/arm/mach-integrator/cpu.c index 590c192..4e0a689 100644 --- a/arch/arm/mach-integrator/cpu.c +++ b/arch/arm/mach-integrator/cpu.c @@ -30,18 +30,6 @@ static struct cpufreq_driver integrator_driver; #define CM_STAT __io_address(INTEGRATOR_HDR_STAT) #define CM_LOCK __io_address(INTEGRATOR_HDR_LOCK) -static const struct icst_params lclk_params = { - .ref = 24000000, - .vco_max = ICST525_VCO_MAX_5V, - .vco_min = ICST525_VCO_MIN, - .vd_min = 8, - .vd_max = 132, - .rd_min = 24, - .rd_max = 24, - .s2div = icst525_s2div, - .idx2s = icst525_idx2s, -}; - static const struct icst_params cclk_params = { .ref = 24000000, .vco_max = ICST525_VCO_MAX_5V,