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: 1543781 Return-Path: X-Original-To: patchwork-linux-pm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 584693FD56 for ; Wed, 3 Oct 2012 23:01:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932472Ab2JCXAi (ORCPT ); Wed, 3 Oct 2012 19:00:38 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:50617 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932111Ab2JCXAg (ORCPT ); Wed, 3 Oct 2012 19:00:36 -0400 Received: by mail-pb0-f46.google.com with SMTP id rr4so10334005pbb.19 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=K1UFDVN+f4ouewhfMManPq9u/DSd6rm3G7FQ5H9FHlgB+NHiV5Gm36MI3GQmu6XW57 8gewKVi1UBIApArkjOVKSFppnVJLarMTvzcylDSkakZmrphfKJgHetTPvb9uq/mlDA1M vt3zZRwKVJZ0cc8rqqJ0LSGqrRFByv329JCzC1pbhpq0WmCnPJgLYA1O84boe5EnbiWR eqQdR28INsxIOuqNFx+6D3GtrB207hjsDl/hnLzaJmf1FZFW8H4NQrtqWyneB1lwSdUk KnjDLp/NHGf0RQQWqAmh5Es7DzE3o91Zq3QlKxiaUKdBOVOqLCKkcNmwUz8LL/liC8/y cspg== 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 Cc: linux-arm-kernel@lists.infradead.org, linux-pm@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: ALoCoQlxEb7wPIV/Ss/aURMiT4vgLzLzY7SVbXO6M5slHyw5R98Yunz8OTjBIhqgiXRYrW0seRUg Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.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