diff options
Diffstat (limited to 'include/linux/fuse.h')
-rw-r--r-- | include/linux/fuse.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/fuse.h b/include/linux/fuse.h index 350fe9767bbc..7caa473306e4 100644 --- a/include/linux/fuse.h +++ b/include/linux/fuse.h | |||
@@ -40,9 +40,6 @@ | |||
40 | /** The major number of the fuse character device */ | 40 | /** The major number of the fuse character device */ |
41 | #define FUSE_MAJOR MISC_MAJOR | 41 | #define FUSE_MAJOR MISC_MAJOR |
42 | 42 | ||
43 | /** The minor number of the fuse character device */ | ||
44 | #define FUSE_MINOR 229 | ||
45 | |||
46 | /* Make sure all structures are padded to 64bit boundary, so 32bit | 43 | /* Make sure all structures are padded to 64bit boundary, so 32bit |
47 | userspace works under 64bit kernels */ | 44 | userspace works under 64bit kernels */ |
48 | 45 | ||