]> git.baikalelectronics.ru Git - kernel.git/commit
sysfs.h: remove attr_name() macro
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Aug 2013 17:25:34 +0000 (10:25 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Aug 2013 17:25:34 +0000 (10:25 -0700)
commitd3049f4ab41d44aa32727cad32ec6d37c7c9803b
treefda2502a6ecde59413a91be4a3f2df6e779bd5af
parentcd83b5ea9d9b3cf905140f9e51b946fadd2868bb
sysfs.h: remove attr_name() macro

Gotta love a macro that doesn't reduce the typing you have to do.

Also, only the driver core, and one network driver uses this.  The
driver core functions will be going away soon, and I'll convert the
network driver soon to not need this as well, so delete it for now
before anyone else gets some bright ideas and wants to use it.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/bus.c
drivers/base/class.c
drivers/base/core.c
drivers/net/ethernet/sun/niu.c
include/linux/sysfs.h