]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
class: rename "devices" to "class_devices" in internal class structure
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 28 May 2008 16:28:39 +0000 (09:28 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 22 Jul 2008 04:54:51 +0000 (21:54 -0700)
commit97ae69fdbaa71a8f7dbc20bf10fb349d1759152f
tree9d8c3842cf7e1d43d67c265e5e69a964df541cd1
parent7c71448b8aa80123fc521563d5f7c63a099d97ab
class: rename "devices" to "class_devices" in internal class structure

This renames the struct class "devices" field to be "class_devices" to
make things easier when struct bus_type and struct class merge in the
future.  It also makes grepping for fields easier as well.

Based on an idea from Kay.

Cc: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/base/base.h
drivers/base/class.c
drivers/base/core.c