From 2f2b1370506dcf23ff70ba2b72fd7ff946a47fe3 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Thu, 11 Mar 2010 06:32:44 -0500 Subject: [PATCH] --- yaml --- r: 192539 b: refs/heads/master c: 3e21ec224f0acbd2e9beeb3dea04edc1d36dbe1f h: refs/heads/master i: 192537: b71994843114921fce50f7f82d281147387e5504 192535: 9929eb49edf1b4beb4736871cc189b7e21194bb9 v: v3 --- [refs] | 2 +- trunk/include/linux/kobj_map.h | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 77db1dc1b129..0c1d4cf4b0d7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 320cc51d90832231cece478f0db6550ef367f8f3 +refs/heads/master: 3e21ec224f0acbd2e9beeb3dea04edc1d36dbe1f diff --git a/trunk/include/linux/kobj_map.h b/trunk/include/linux/kobj_map.h index 73717ed9ea79..18ca75ffcc5a 100644 --- a/trunk/include/linux/kobj_map.h +++ b/trunk/include/linux/kobj_map.h @@ -1,3 +1,10 @@ +/* + * kobj_map.h + */ + +#ifndef _KOBJ_MAP_H_ +#define _KOBJ_MAP_H_ + #include typedef struct kobject *kobj_probe_t(dev_t, int *, void *); @@ -8,3 +15,5 @@ int kobj_map(struct kobj_map *, dev_t, unsigned long, struct module *, void kobj_unmap(struct kobj_map *, dev_t, unsigned long); struct kobject *kobj_lookup(struct kobj_map *, dev_t, int *); struct kobj_map *kobj_map_init(kobj_probe_t *, struct mutex *); + +#endif /* _KOBJ_MAP_H_ */