From: Tejun Heo Date: Thu, 28 Nov 2013 19:54:31 +0000 (-0500) Subject: sysfs, kernfs: move internal decls to fs/kernfs/kernfs-internal.h X-Git-Tag: v3.14-rc1~151^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae6621b0716852146e4655fef7f74a181faa6c81;p=pandora-kernel.git sysfs, kernfs: move internal decls to fs/kernfs/kernfs-internal.h Move data structure, constant and basic accessor declarations from fs/sysfs/sysfs.h to fs/kernfs/kernfs-internal.h. The two files currently include each other. Once kernfs / sysfs separation is complete, the cross inclusions will be removed. Inclusion protectors are added to fs/sysfs/sysfs.h to allow cross-inclusion. This patch doesn't introduce any functional changes. Signed-off-by: Tejun Heo Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed