Attempt migration to Buildroot 2017.08 + kernel 4.12.

Build fails at: https://git.busybox.net/buildroot/commit/?id=c128c5f3c79b31d89256ffbc5c650ba613d3d52b
This commit is contained in:
Ciro Santilli
2017-11-16 00:57:03 +00:00
parent ce724a38ff
commit 12abf43b78
13 changed files with 19 additions and 14 deletions

View File

@@ -30,11 +30,11 @@ Then see how clicking the mouse and keyboard affect the interrupts. This will po
- 12: mouse click and drags
*/
#include <asm/uaccess.h> /* copy_from_user, copy_to_user */
#include <linux/fs.h>
#include <linux/interrupt.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/uaccess.h> /* copy_from_user, copy_to_user */
#define NAME "lkmc_character_device"
#define MAX_IRQS 256