Reorder includes
This commit is contained in:
parent
3c0b0673b3
commit
d5ea2832d5
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
#include <linux/module.h>
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/init.h>
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/module.h>
|
||||
|
||||
static int __init basic_module_init(void) {
|
||||
pr_info("Bonjour! Le module est chargé.\n");
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#include <linux/module.h>
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/init.h>
|
||||
#include <linux/fs.h>
|
||||
#include <linux/init.h>
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/module.h>
|
||||
#include <linux/uaccess.h>
|
||||
|
||||
#define DEVICE_NAME "flodev"
|
||||
|
|
Loading…
Add table
Reference in a new issue