From: Tejun Heo Date: Thu, 28 Nov 2013 19:54:47 +0000 (-0500) Subject: sysfs, kernfs: remove cross inclusions of internal headers X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=bfc5c17337145955b31c22b96a6e07def048471b;hp=bfc5c17337145955b31c22b96a6e07def048471b;p=~andy%2Flinux sysfs, kernfs: remove cross inclusions of internal headers fs/kernfs/kernfs-internal.h needed to include fs/sysfs/sysfs.h because part of kernfs core implementation was living in sysfs. fs/sysfs/sysfs.h needed to include fs/kernfs/kernfs-internal.h because include/linux/kernfs.h didn't expose enough interface. The separation is complete and neither is true anymore. Remove the cross inclusion and make sysfs a proper user of kernfs. Signed-off-by: Tejun Heo Signed-off-by: Greg Kroah-Hartman ---