diff options
author | Tejun Heo <tj@kernel.org> | 2008-11-26 06:03:54 -0500 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2008-11-26 06:03:54 -0500 |
commit | 193da6092764ab693da7170c5badbf60d7758c1d (patch) | |
tree | 47dbca0fd80b673665943b776bc7121d880eb334 /include/linux/fuse.h | |
parent | 1729a16c2c92bbd9e54ac7cad3101fea2e073aa5 (diff) |
fuse: move FUSE_MINOR to miscdevice.h
Move FUSE_MINOR to miscdevice.h. While at it, de-uglify the file.
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
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 | ||