diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-09-24 11:13:19 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-09-24 11:13:19 -0400 |
commit | e18fa700c9a31360bc8f193aa543b7ef7b39a06b (patch) | |
tree | 1006f53177341c614d4aeb6c96e2e8f3859b5f52 /fs/affs/super.c | |
parent | 4f5537de7c1531398e84e18a24f667e49cc94208 (diff) |
Move several *_SUPER_MAGIC symbols to include/linux/magic.h.
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'fs/affs/super.c')
-rw-r--r-- | fs/affs/super.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/affs/super.c b/fs/affs/super.c index 5200f4938df0..17352011ab67 100644 --- a/fs/affs/super.c +++ b/fs/affs/super.c | |||
@@ -14,6 +14,7 @@ | |||
14 | #include <linux/init.h> | 14 | #include <linux/init.h> |
15 | #include <linux/statfs.h> | 15 | #include <linux/statfs.h> |
16 | #include <linux/parser.h> | 16 | #include <linux/parser.h> |
17 | #include <linux/magic.h> | ||
17 | #include "affs.h" | 18 | #include "affs.h" |
18 | 19 | ||
19 | extern struct timezone sys_tz; | 20 | extern struct timezone sys_tz; |