RE: [PATCH 03/13] clk: samsung: exynos8855: add block top and peric clock support
"Raghav Sharma" <[email protected]> Fri, 31 Jul 2026 11:59:07 +0530
| Newsgroups | org.kernel.vger.linux-clk,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-samsung-soc |
|---|---|
| Message-ID | <[email protected]> |
> -----Original Message----- > From: Uwe Kleine-König <[email protected]> > Sent: Wednesday, July 29, 2026 6:08 PM > To: raghav.s <[email protected]> > Cc: [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; > [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; linux-samsung- > [email protected]; [email protected]; > [email protected]; [email protected]; linux- > [email protected]; [email protected]; > [email protected]; [email protected]; > [email protected] > Subject: Re: [PATCH 03/13] clk: samsung: exynos8855: add block top and > peric clock support > > Hello, > > On Tue, Jul 28, 2026 at 05:41:01PM +0530, raghav.s wrote: > > +#include <linux/mod_devicetable.h> > > [...] > > +#include <linux/platform_device.h> > > <linux/platform_device.h> already makes sure that of_device_id is available > and <linux/mod_devicetable.h> will go away soon. > > So please don't #include the latter. > > Best regards > Uwe Hi Uwe Thanks for letting me know, I will remove this header from my code: <linux/mod_devicetable.h> Regards Raghav