]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
class: rename "subsys" to "class_subsys" 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:52 +0000 (21:54 -0700)
commit1fbfee6c6dc0f4a4c587b6b163ee79643fc9aaa7
tree897a68a94e12a9ba92b090f9da5a27086d29b8da
parent184f1f779d5a2e62de4a0b34842ddf8546beca8f
class: rename "subsys" to "class_subsys" in internal class structure

This renames the struct class "subsys" field to be "class_subsys" 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