All of lore.kernel.org
 help / color / mirror / Atom feed
* - spi-documentation-does-not-need-to-set-drivers-bus_type-field.patch removed from -mm tree
@ 2007-02-12 22:44 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2007-02-12 22:44 UTC (permalink / raw)
  To: ben, ben-linux, dbrownell, mm-commits


The patch titled
     spi: documentation does not need to set driver's bus_type field
has been removed from the -mm tree.  Its filename was
     spi-documentation-does-not-need-to-set-drivers-bus_type-field.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: spi: documentation does not need to set driver's bus_type field
From: Ben Dooks <ben@fluff.org>

The spi_register_driver() sets the bus_type field of the spi_driver being
registered, so there is no need to have it set in the driver itself.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 Documentation/spi/spi-summary |    1 -
 1 file changed, 1 deletion(-)

diff -puN Documentation/spi/spi-summary~spi-documentation-does-not-need-to-set-drivers-bus_type-field Documentation/spi/spi-summary
--- a/Documentation/spi/spi-summary~spi-documentation-does-not-need-to-set-drivers-bus_type-field
+++ a/Documentation/spi/spi-summary
@@ -284,7 +284,6 @@ SPI protocol drivers somewhat resemble p
 	static struct spi_driver CHIP_driver = {
 		.driver = {
 			.name		= "CHIP",
-			.bus		= &spi_bus_type,
 			.owner		= THIS_MODULE,
 		},
 
_

Patches currently in -mm which might be from ben@fluff.org are

origin.patch

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-12 22:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-12 22:44 - spi-documentation-does-not-need-to-set-drivers-bus_type-field.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.