From: Greg Kroah-Hartman Date: Fri, 2 Nov 2007 23:19:59 +0000 (-0700) Subject: kset: remove decl_subsys macro X-Git-Tag: v2.6.25-rc1~1243^2~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c03c7ab886859eb195440dbb6ccb8c30c4e84cc;p=pandora-kernel.git kset: remove decl_subsys macro This macro is no longer used. ksets should be created dynamically with a call to kset_create_and_add() not declared statically. Yes, there are 5 remaining static struct kset usages in the kernel tree, but they will be fixed up soon. Cc: Kay Sievers Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed