Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752075AbbEGAwE (ORCPT ); Wed, 6 May 2015 20:52:04 -0400 Received: from mail-qk0-f175.google.com ([209.85.220.175]:33008 "EHLO mail-qk0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751704AbbEGAvh (ORCPT ); Wed, 6 May 2015 20:51:37 -0400 From: Murilo Opsfelder Araujo To: linux-kernel@vger.kernel.org Cc: linux-clk@vger.kernel.org, Stephen Boyd , Mike Turquette , Murilo Opsfelder Araujo Subject: [PATCH 1/2] drivers: clk: clk.c: Add comments indicating the matching #ifdef blocks Date: Wed, 6 May 2015 21:51:00 -0300 Message-Id: <1430959861-14925-2-git-send-email-mopsfelder@gmail.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1430959861-14925-1-git-send-email-mopsfelder@gmail.com> References: <1430959861-14925-1-git-send-email-mopsfelder@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 914 Lines: 32 Signed-off-by: Murilo Opsfelder Araujo --- drivers/clk/clk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c index 087a092..a961eb6 100644 --- a/drivers/clk/clk.c +++ b/drivers/clk/clk.c @@ -2226,7 +2226,7 @@ static inline void clk_debug_reparent(struct clk_core *core, static inline void clk_debug_unregister(struct clk_core *core) { } -#endif +#endif /* CONFIG_DEBUG_FS */ static bool clk_is_orphan(const struct clk *clk) { @@ -3144,4 +3144,4 @@ void __init of_clk_init(const struct of_device_id *matches) force = true; } } -#endif +#endif /* CONFIG_OF */ -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/