From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH 02/15] clk: ti: add support for automatic clock alias generation To: Stephen Boyd References: <1486978511-29668-1-git-send-email-t-kristo@ti.com> <1486978511-29668-3-git-send-email-t-kristo@ti.com> <20170307144823.GF10239@codeaurora.org> CC: , , , , From: Tero Kristo Message-ID: <63a69af9-38b2-6633-5ed6-35cc2fd3c91c@ti.com> Date: Wed, 8 Mar 2017 00:16:38 +0200 MIME-Version: 1.0 In-Reply-To: <20170307144823.GF10239@codeaurora.org> Content-Type: text/plain; charset="windows-1252"; format=flowed List-ID: On 07/03/17 16:48, Stephen Boyd wrote: > On 02/13, Tero Kristo wrote: >> diff --git a/drivers/clk/ti/clock.h b/drivers/clk/ti/clock.h >> index 13c37f4..ac95fda 100644 >> --- a/drivers/clk/ti/clock.h >> +++ b/drivers/clk/ti/clock.h >> @@ -16,6 +16,8 @@ >> #ifndef __DRIVERS_CLK_TI_CLOCK__ >> #define __DRIVERS_CLK_TI_CLOCK__ >> >> +#include > > What is this include for? Shouldn't this be in whatever C file is > using clkdev? Good question. This seems to be a leftover from some evolution of this patch, it is totally unneeded for anything. Will drop from v2. -Tero