[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <BANLkTin+_G7HZgBTy-=EWZBR0hBAPyKv3w@mail.gmail.com>
Date: Wed, 22 Jun 2011 10:37:40 -0400
From: Mike Frysinger <vapier.adi@...il.com>
To: Kumar Gala <galak@...nel.crashing.org>
Cc: Greg KH <greg@...ah.com>, linux-kernel@...r.kernel.org,
linuxppc-dev@...abs.org
Subject: Re: [PATCH 1/3] driver core: Add ability for arch code to setup pdev_archdata
On Wed, Jun 22, 2011 at 08:02, Kumar Gala wrote:
> --- /dev/null
> +++ b/include/asm-generic/platform_device.h
> @@ -0,0 +1,11 @@
missing header blob with explanation/copyright/license
> +/*
> + * an architecture can override to define arch_setup_pdev_archdata
> + */
> +#ifndef arch_setup_pdev_archdata
> +static inline void arch_setup_pdev_archdata(struct platform_device *pdev) { }
> +#endif
missing explanation of what the func actually does, and this header
lacks a forward struct decl for platform_device
-mike
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists