X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fkobject.h;h=39e709f88aa001b73d1f9e7c6a9d33edac619c1f;hb=13c48c490208d9e70d8d66d56f96c5054db69af7;hp=caa3f411f15d0c48958e40d5369b4e16b9456b15;hpb=70ec75c5b8e0bda7a16fb387f91e08545f379a0e;p=linux-2.6 diff --git a/include/linux/kobject.h b/include/linux/kobject.h index caa3f411f1..39e709f88a 100644 --- a/include/linux/kobject.h +++ b/include/linux/kobject.h @@ -16,8 +16,6 @@ #ifndef _KOBJECT_H_ #define _KOBJECT_H_ -#ifdef __KERNEL__ - #include #include #include @@ -224,5 +222,4 @@ static inline int kobject_action_type(const char *buf, size_t count, { return -EINVAL; } #endif -#endif /* __KERNEL__ */ #endif /* _KOBJECT_H_ */