pandora: defconfig: update
[pandora-kernel.git] / include / linux / kobj_map.h
index bafe178..18ca75f 100644 (file)
@@ -1,4 +1,9 @@
-#ifdef __KERNEL__
+/*
+ * kobj_map.h
+ */
+
+#ifndef _KOBJ_MAP_H_
+#define _KOBJ_MAP_H_
 
 #include <linux/mutex.h>
 
@@ -11,4 +16,4 @@ 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
+#endif /* _KOBJ_MAP_H_ */