X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fseq_file.h;h=a66304a09955b0d36e7b7f67193657a444355e77;hb=82248a5e92793014d156a12dbcbba633794ce9f8;hp=5b5369c3c209c66c904f2a505e1bdaf8e0cbac56;hpb=7e97b28309edc5669ced2bb1371704e8f8d084e3;p=linux-2.6 diff --git a/include/linux/seq_file.h b/include/linux/seq_file.h index 5b5369c3c2..a66304a099 100644 --- a/include/linux/seq_file.h +++ b/include/linux/seq_file.h @@ -1,6 +1,5 @@ #ifndef _LINUX_SEQ_FILE_H #define _LINUX_SEQ_FILE_H -#ifdef __KERNEL__ #include #include @@ -69,4 +68,3 @@ extern struct list_head *seq_list_next(void *v, struct list_head *head, loff_t *ppos); #endif -#endif