X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fncp_fs_i.h;h=4b0bec477846730ed8263c3ad097b3572e839e7d;hb=d7ee56059b335e27c3c6db34f7efe5a705d65b1c;hp=bdb4c8ae6924e4a0acc0ad123cd43cf8848f2721;hpb=88e3c1da8b3258a81c5c81d4e7e22557b7d71ba7;p=linux-2.6 diff --git a/include/linux/ncp_fs_i.h b/include/linux/ncp_fs_i.h index bdb4c8ae69..4b0bec4778 100644 --- a/include/linux/ncp_fs_i.h +++ b/include/linux/ncp_fs_i.h @@ -8,8 +8,6 @@ #ifndef _LINUX_NCP_FS_I #define _LINUX_NCP_FS_I -#ifdef __KERNEL__ - /* * This is the ncpfs part of the inode structure. This must contain * all the information we need to work with an inode after creation. @@ -28,6 +26,4 @@ struct ncp_inode_info { struct inode vfs_inode; }; -#endif /* __KERNEL__ */ - #endif /* _LINUX_NCP_FS_I */