|
@@ -17,11 +17,10 @@
|
|
#include <linux/pagemap.h>
|
|
#include <linux/pagemap.h>
|
|
#include <linux/init.h>
|
|
#include <linux/init.h>
|
|
#include <linux/module.h>
|
|
#include <linux/module.h>
|
|
|
|
+#include <linux/magic.h>
|
|
|
|
|
|
#include "sysfs.h"
|
|
#include "sysfs.h"
|
|
|
|
|
|
-/* Random magic number */
|
|
|
|
-#define SYSFS_MAGIC 0x62656572
|
|
|
|
|
|
|
|
static struct vfsmount *sysfs_mount;
|
|
static struct vfsmount *sysfs_mount;
|
|
struct super_block * sysfs_sb = NULL;
|
|
struct super_block * sysfs_sb = NULL;
|