Move module license to bottom

This commit is contained in:
Ciro Santilli
2017-07-14 13:05:05 +01:00
parent 19f5c51b6b
commit 63d8bbfc89
29 changed files with 29 additions and 56 deletions

View File

@@ -22,8 +22,6 @@ which reduces namespace pollution.
#include "anonymous_inode.h"
MODULE_LICENSE("GPL");
static struct dentry *debugfs_file;
static ssize_t read(struct file *filp, char __user *buf, size_t len, loff_t *off)
@@ -83,3 +81,4 @@ static void myexit(void)
module_init(myinit)
module_exit(myexit)
MODULE_LICENSE("GPL");