From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH v6 19/41] clk: davinci: New driver for TI DA8XX USB PHY clocks To: David Lechner , , , CC: Michael Turquette , Stephen Boyd , Rob Herring , Mark Rutland , Kevin Hilman , Bartosz Golaszewski , Adam Ford , References: <1516468460-4908-1-git-send-email-david@lechnology.com> <1516468460-4908-20-git-send-email-david@lechnology.com> From: Sekhar Nori Message-ID: Date: Fri, 2 Feb 2018 19:29:58 +0530 MIME-Version: 1.0 In-Reply-To: <1516468460-4908-20-git-send-email-david@lechnology.com> Content-Type: text/plain; charset="utf-8" List-ID: On Saturday 20 January 2018 10:43 PM, David Lechner wrote: > diff --git a/include/linux/clk/davinci.h b/include/linux/clk/davinci.h > index 54ea3ff..04b48b3 100644 > --- a/include/linux/clk/davinci.h > +++ b/include/linux/clk/davinci.h > @@ -9,6 +9,9 @@ > > #include > > +struct clk; > +struct regmap; Its probably better to include clk-provider.h and regmap.h? Thanks, Sekhar