Thread (11 messages) 11 messages, 6 authors, 2009-01-06

Re: [PATCH v5] spi: Add PPC4xx SPI driver

From: David Brownell <hidden>
Date: 2008-12-27 19:32:27
Also in: linux-spi

Also:
+static struct of_platform_driver spi_ppc4xx_of_driver = {
+       .owner = THIS_MODULE,
+       .name = DRIVER_NAME,
I'd hope the PPC folk eliminate this duplication soonish.
Those fields are obvious duplicates of the driver model
fields...

+       .match_table = spi_ppc4xx_of_match,
+       .probe = spi_ppc4xx_of_probe,
+       .remove = __exit_p(spi_ppc4xx_of_remove),
+       .driver = {
+               .name = DRIVER_NAME,
+               .owner = THIS_MODULE,
+       },
+};
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help