Skip to content
This repository was archived by the owner on Aug 13, 2024. It is now read-only.

Commit 4778256

Browse files
authored
fixed error of newest stretch release
1 parent c3185d7 commit 4778256

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

driver.c

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <linux/interrupt.h>
1111
#include <linux/slab.h> //kmalloc and free
1212
#include <asm/uaccess.h>
13+
#include <linux/uaccess.h>
1314
#include <linux/string.h>
1415
#include <linux/mutex.h>
1516
#include "driver.h"

0 commit comments

Comments
 (0)