diff options
author | Brandon Philips <brandon@ifup.org> | 2006-08-01 14:04:17 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-08-11 14:06:05 -0700 |
commit | e9539ee73a9b85bdc6eab9e15dd1ee639a815406 (patch) | |
tree | 3a3f2242c8e9d3f2f0b324dfe0fa324d3b1e9ee2 /Documentation | |
parent | 4ca8a3c1b17cde8241eb9157484519427fa5bf91 (diff) | |
download | op-kernel-dev-e9539ee73a9b85bdc6eab9e15dd1ee639a815406.zip op-kernel-dev-e9539ee73a9b85bdc6eab9e15dd1ee639a815406.tar.gz |
genhd.c reference in Documentation/kobjects.txt
block/genhd.c no longer in drivers/. Update Documentation/kobjects.txt
Signed-off-by: Brandon Philips <brandon@ifup.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kobject.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kobject.txt b/Documentation/kobject.txt index 8d9bffb..949f7b5 100644 --- a/Documentation/kobject.txt +++ b/Documentation/kobject.txt @@ -247,7 +247,7 @@ the object-specific fields, which include: - default_attrs: Default attributes to be exported via sysfs when the object is registered.Note that the last attribute has to be initialized to NULL ! You can find a complete implementation - in drivers/block/genhd.c + in block/genhd.c Instances of struct kobj_type are not registered; only referenced by |