Here's a series to start cleaning up the different bus code to not use 'dev_attr' and instead, use 'dev_groups' as dev_attr will be removed soon.
greg k-h --- drivers/bcma/main.c | 23 ++++++--- drivers/hsi/hsi.c | 10 ++- drivers/mmc/core/bus.c | 12 ++-- drivers/mmc/core/sdio_bus.c | 21 ++++---- drivers/net/phy/mdio_bus.c | 10 ++- drivers/pci/pci-driver.c | 2 drivers/pci/pci-sysfs.c | 73 ++++++++++++++++++----------- drivers/pci/pci.h | 2 drivers/pcmcia/ds.c | 65 +++++++++++++++---------- drivers/pnp/base.h | 2 drivers/pnp/driver.c | 2 drivers/pnp/interface.c | 43 ++++++++++------- drivers/rapidio/rio-driver.c | 2 drivers/rapidio/rio-sysfs.c | 38 +++++++++------ drivers/rapidio/rio.h | 2 drivers/ssb/main.c | 25 +++++---- drivers/uwb/umc-bus.c | 13 +++-- drivers/xen/xenbus/xenbus_probe.c | 24 +++++++-- drivers/xen/xenbus/xenbus_probe.h | 2 drivers/xen/xenbus/xenbus_probe_backend.c | 2 drivers/xen/xenbus/xenbus_probe_frontend.c | 2 21 files changed, 231 insertions(+), 144 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/