[PATCH v3 2/2] serial: mxs-auart: Allow device tree probing
Shawn Guo
shawn.guo at linaro.org
Fri Jun 15 12:06:37 EDT 2012
On Fri, Jun 15, 2012 at 12:35:57PM -0300, Fabio Estevam wrote:
> +static struct platform_device_id mxs_auart_devtype[] = {
> + {
> + .name = "mxs-auart",
> + /* sentinel */
> + }
> +};
> +MODULE_DEVICE_TABLE(platform, mxs_auart_devtype);
...
> + .id_table = mxs_auart_devtype,
I do not think we need these.
--
Regards,
Shawn
More information about the linux-arm-kernel
mailing list