Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273230
b: refs/heads/master
c: 0620d91
h: refs/heads/master
v: v3
  • Loading branch information
Richard Weinberger authored and Linus Torvalds committed Nov 2, 2011
1 parent dc415f8 commit f034dc9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a3defbe5c337dbc6da911f8cc49ae3cc3b49b453
refs/heads/master: 0620d9193cb976ba635d56a6cfd11cb81616d02b
10 changes: 0 additions & 10 deletions trunk/fs/ramfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
* caches is sufficient.
*/

#include <linux/module.h>
#include <linux/fs.h>
#include <linux/pagemap.h>
#include <linux/highmem.h>
Expand Down Expand Up @@ -288,14 +287,7 @@ static int __init init_ramfs_fs(void)
{
return register_filesystem(&ramfs_fs_type);
}

static void __exit exit_ramfs_fs(void)
{
unregister_filesystem(&ramfs_fs_type);
}

module_init(init_ramfs_fs)
module_exit(exit_ramfs_fs)

int __init init_rootfs(void)
{
Expand All @@ -311,5 +303,3 @@ int __init init_rootfs(void)

return err;
}

MODULE_LICENSE("GPL");

0 comments on commit f034dc9

Please sign in to comment.