|
@@ -11,7 +11,7 @@
|
|
* version 2 as published by the Free Software Foundation.
|
|
* version 2 as published by the Free Software Foundation.
|
|
*/
|
|
*/
|
|
|
|
|
|
-#include <linux/module.h>
|
|
|
|
|
|
+#include <linux/init.h>
|
|
#include <linux/magic.h>
|
|
#include <linux/magic.h>
|
|
#include <linux/major.h>
|
|
#include <linux/major.h>
|
|
#include <linux/mount.h>
|
|
#include <linux/mount.h>
|
|
@@ -367,8 +367,6 @@ static struct file_system_type bpf_fs_type = {
|
|
.kill_sb = kill_litter_super,
|
|
.kill_sb = kill_litter_super,
|
|
};
|
|
};
|
|
|
|
|
|
-MODULE_ALIAS_FS("bpf");
|
|
|
|
-
|
|
|
|
static int __init bpf_init(void)
|
|
static int __init bpf_init(void)
|
|
{
|
|
{
|
|
int ret;
|
|
int ret;
|