From patchwork Wed Oct 3 23:00:27 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 1543831 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id EB167DFF71 for ; Wed, 3 Oct 2012 23:03:00 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TJXvw-0007SW-Ve; Wed, 03 Oct 2012 23:00:53 +0000 Received: from mail-pa0-f49.google.com ([209.85.220.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TJXvi-0007RF-0Y for linux-arm-kernel@lists.infradead.org; Wed, 03 Oct 2012 23:00:38 +0000 Received: by padbi5 with SMTP id bi5so7382219pad.36 for ; Wed, 03 Oct 2012 16:00:36 -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=lJDrm5I5/edWN9yCoyqxKLVvFevZrMyVUTWW2tRNeKo=; b=HkGRNrsCTd+68fzoUX73Ln9vyK0bcSMl3A3csBSiCib1L7dGNYXqoYkY91uyZ7WRgr b83ONO+RSc1TCE65hCJZ7Ag89SpPlGDTV3UPY7LLh9SDsnh+RBpkLXNCd3thojYvkfkJ u9K/i3g+xh9n7BlraA6XlJYnM66coaMwF7uApqwaPuAHUtzp9e3GxOEEDVLHKEzyrF0b Q6w67AbxQxMozK6FwrD8xfN1v2jKQAoiCdBqiI4SUMqkpQAGlUYMR9S+MynqxncUgeCr Bmfa9VBaZGQkGPopfqaC3PTpoyXw/yrjsbaK7FWBBedjBE65uCdPzw1RsqZPVa4KismD fwcw== Received: by 10.66.77.70 with SMTP id q6mr8582055paw.24.1349305236199; Wed, 03 Oct 2012 16:00:36 -0700 (PDT) Received: from localhost (c-24-19-7-36.hsd1.wa.comcast.net. [24.19.7.36]) by mx.google.com with ESMTPS id f9sm3153788paz.1.2012.10.03.16.00.34 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 03 Oct 2012 16:00:35 -0700 (PDT) From: Kevin Hilman To: "Rafael J. Wysocki" , linux-omap@vger.kernel.org Subject: [PATCH 2/4] cpufreq: OMAP: remove unused Date: Wed, 3 Oct 2012 16:00:27 -0700 Message-Id: <1349305229-28480-3-git-send-email-khilman@deeprootsystems.com> X-Mailer: git-send-email 1.7.9.2 In-Reply-To: <1349305229-28480-1-git-send-email-khilman@deeprootsystems.com> References: <1349305229-28480-1-git-send-email-khilman@deeprootsystems.com> X-Gm-Message-State: ALoCoQlsLNP36PohpQHJDeH4Y87VfIl6j884hP3vEdWK1UF9Mb/bP7ZvUBO8uqgHosfFkYnsGWd1 X-Spam-Note: CRM114 invocation failed 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 [209.85.220.49 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.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 From: Kevin Hilman The headers are going away, and this one is not used. remove it. Signed-off-by: Kevin Hilman --- drivers/cpufreq/omap-cpufreq.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/cpufreq/omap-cpufreq.c b/drivers/cpufreq/omap-cpufreq.c index 0fe395a..7d4d455 100644 --- a/drivers/cpufreq/omap-cpufreq.c +++ b/drivers/cpufreq/omap-cpufreq.c @@ -31,7 +31,6 @@ #include #include -#include #include #include