On Wed, Oct 23, 2019 at 1:33 PM Krzysztof Kozlowski <[email protected]> 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 <[email protected]>
> > ---
> > + * Tomasz Figa <[email protected]>
> > + * Copyright (c) 2004 Simtec Electronics
> > + * http://armlinux.simtec.co.uk/
> > + * Written by Ben Dooks, <[email protected]>
> > + */
> > +
> > +#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