diff --git a/fs/sysfs/mount.c b/fs/sysfs/mount.c
index ab343e371d64682f678646ed02615171e73b2d31..8133ca36ee0eaf320593afbf7e33d7c8c9e06a82 100644
--- a/fs/sysfs/mount.c
+++ b/fs/sysfs/mount.c
@@ -17,11 +17,10 @@
 #include <linux/pagemap.h>
 #include <linux/init.h>
 #include <linux/module.h>
+#include <linux/magic.h>
 
 #include "sysfs.h"
 
-/* Random magic number */
-#define SYSFS_MAGIC 0x62656572
 
 static struct vfsmount *sysfs_mount;
 struct super_block * sysfs_sb = NULL;