From patchwork Thu Apr 12 01:02:48 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Turquette X-Patchwork-Id: 7754 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 6FF6323E29 for ; Thu, 12 Apr 2012 01:07:52 +0000 (UTC) Received: from mail-iy0-f180.google.com (mail-iy0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id 3151FA18142 for ; Thu, 12 Apr 2012 01:07:52 +0000 (UTC) Received: by mail-iy0-f180.google.com with SMTP id e36so2812570iag.11 for ; Wed, 11 Apr 2012 18:07:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:in-reply-to:references :mime-version:content-type:x-gm-message-state; bh=96TY5rvgp5vLd+nDE+J9vInui9Thp3MOAn0kwZBHBoQ=; b=WqGg7TRiIF1pitlF5+blLkAcqye/W03x3FLT6zZLoe6k0nDgPUZM/tQ2Phf7d+I4gd u5G3bclnyHutWWViA1JR5Ftr4TT2ljRiNGcQfXISwFv/VMSxVJgekaAErX5qeMJz/jNl q/abxF8Ngzqr+T79WIJlHXHrUHE3vLuzk2xhhwxKGT8Dni/NgocpsdMbuzh29PiqYTiU DWaj42Jq4jYpo1ixTEMhoW1Sq2PAjgAosrG97h/9l6Y9HZ+RmEBgZX/oUZuudBwhvv3x 3SowifWMsQSuwLm5ZaShPhBZXJjekZNavwEAAXhhUObZXX59cFCSeo4uf2JpUy5VZWvG tfWA== Received: by 10.50.51.197 with SMTP id m5mr319322igo.38.1334192871973; Wed, 11 Apr 2012 18:07:51 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.164.217 with SMTP id f25csp161867iby; Wed, 11 Apr 2012 18:07:51 -0700 (PDT) Received: by 10.182.74.8 with SMTP id p8mr625299obv.41.1334192870405; Wed, 11 Apr 2012 18:07:50 -0700 (PDT) Received: from devils.ext.ti.com (devils.ext.ti.com. [198.47.26.153]) by mx.google.com with ESMTPS id hy4si1784549obb.73.2012.04.11.18.07.49 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 11 Apr 2012 18:07:50 -0700 (PDT) Received-SPF: neutral (google.com: 198.47.26.153 is neither permitted nor denied by best guess record for domain of mturquette@linaro.org) client-ip=198.47.26.153; Authentication-Results: mx.google.com; spf=neutral (google.com: 198.47.26.153 is neither permitted nor denied by best guess record for domain of mturquette@linaro.org) smtp.mail=mturquette@linaro.org Received: from dlelxv30.itg.ti.com ([172.17.2.17]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id q3C17iEK005945; Wed, 11 Apr 2012 20:07:44 -0500 Received: from DFLE70.ent.ti.com (dfle70.ent.ti.com [128.247.5.40]) by dlelxv30.itg.ti.com (8.13.8/8.13.8) with ESMTP id q3C17iYC002781; Wed, 11 Apr 2012 20:07:44 -0500 Received: from dlelxv22.itg.ti.com (172.17.1.197) by dfle70.ent.ti.com (128.247.5.40) with Microsoft SMTP Server id 14.1.323.3; Wed, 11 Apr 2012 20:07:44 -0500 Received: from nucleus.nsc.com (nucleus.nsc.com [10.188.36.112]) by dlelxv22.itg.ti.com (8.13.8/8.13.8) with ESMTP id q3C17PnB005839; Wed, 11 Apr 2012 20:07:42 -0500 From: Mike Turquette To: CC: , , , , Mark Brown , Mike Turquette , Olof Johansson , Russell King , Sascha Hauer , Shawn Guo , Richard Zhao , Saravana Kannan , Andrew Lunn , Rajendra Nayak , Viresh Kumar Subject: [PATCH 10/13] clk: Remove comment for end of CONFIG_COMMON_CLK section Date: Wed, 11 Apr 2012 18:02:48 -0700 Message-ID: <1334192572-12499-11-git-send-email-mturquette@linaro.org> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1334192572-12499-1-git-send-email-mturquette@linaro.org> References: <1334192572-12499-1-git-send-email-mturquette@linaro.org> MIME-Version: 1.0 X-Gm-Message-State: ALoCoQm+h+xL6KhJQmZZulJdaNpxhYuRJNiyrIowGzcfqChkfTtcvIDvnBVze4+oGpZHaa8hcIcf From: Mark Brown The comment is inaccurate (it actually ends the CONFIG_COMMON_CLK section, there's no else) and given that we've just got a single level of ifdef isn't really needed anyway. Signed-off-by: Mark Brown Signed-off-by: Mike Turquette Cc: Arnd Bergman Cc: Olof Johansson Cc: Russell King Cc: Sascha Hauer Cc: Shawn Guo Cc: Richard Zhao Cc: Saravana Kannan Cc: Andrew Lunn Cc: Rajendra Nayak Cc: Viresh Kumar --- include/linux/clk.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/linux/clk.h b/include/linux/clk.h index b025272..c9547d9 100644 --- a/include/linux/clk.h +++ b/include/linux/clk.h @@ -81,7 +81,7 @@ int clk_notifier_register(struct clk *clk, struct notifier_block *nb); int clk_notifier_unregister(struct clk *clk, struct notifier_block *nb); -#endif /* !CONFIG_COMMON_CLK */ +#endif /** * clk_get - lookup and obtain a reference to a clock producer.