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

@@ -6,7 +6,6 @@ PCI driver for our minimal pci_min.c QEMU fork device.
probe already does a mmio write, which generates an IRQ and tests everything.
*/
#include <asm/uaccess.h>
#include <linux/cdev.h>
#include <linux/fs.h>
#include <linux/init.h>
@@ -14,6 +13,7 @@ probe already does a mmio write, which generates an IRQ and tests everything.
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/uaccess.h> /* copy_from_user, copy_to_user */
#define BAR 0
#define CDEV_NAME "lkmc_hw_pci_min"