Re: [PATCH v3 2/2] serial: mxs-auart: Allow device tree probing
From: Shawn Guo <hidden>
Date: 2012-06-15 16:06:37
Also in:
linux-arm-kernel
From: Shawn Guo <hidden>
Date: 2012-06-15 16:06:37
Also in:
linux-arm-kernel
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