On Wed, Oct 23, 2019 at 1:33 PM Krzysztof Kozlowski <krzk@xxxxxxxxxx> wrote: > > On Thu, Oct 10, 2019 at 10:29:53PM +0200, Arnd Bergmann wrote: > > This is the only part of plat-samsung that is really > > shared between the s3c and s5p ports. Moving it to > > drivers/soc/ lets us make them completely independent. > > > > Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> > > --- > > + * Tomasz Figa <t.figa@xxxxxxxxxxx> > > + * Copyright (c) 2004 Simtec Electronics > > + * http://armlinux.simtec.co.uk/ > > + * Written by Ben Dooks, <ben@xxxxxxxxxxxx> > > + */ > > + > > +#ifndef __SAMSUNG_SOC_S3C_PM_H > > +#define __SAMSUNG_SOC_S3C_PM_H __FILE__ > > Use guard name prefix consistent with other files, so: > __LINUX_SOC_SAMSUNG_S3C_PM_H Ok, done. Arnd