commit | e18fa700c9a31360bc8f193aa543b7ef7b39a06b | [log] [tgz] |
---|---|---|
author | Jeff Garzik <jeff@garzik.org> | Sun Sep 24 11:13:19 2006 -0400 |
committer | Jeff Garzik <jeff@garzik.org> | Sun Sep 24 11:13:19 2006 -0400 |
tree | 1006f53177341c614d4aeb6c96e2e8f3859b5f52 | |
parent | 4f5537de7c1531398e84e18a24f667e49cc94208 [diff] [blame] |
Move several *_SUPER_MAGIC symbols to include/linux/magic.h. Signed-off-by: Jeff Garzik <jeff@garzik.org>
diff --git a/fs/affs/super.c b/fs/affs/super.c index 5200f49..1735201 100644 --- a/fs/affs/super.c +++ b/fs/affs/super.c
@@ -14,6 +14,7 @@ #include <linux/init.h> #include <linux/statfs.h> #include <linux/parser.h> +#include <linux/magic.h> #include "affs.h" extern struct timezone sys_tz;