Skip to content
Snippets Groups Projects
Commit ffa73519 authored by Alessandro Rubini's avatar Alessandro Rubini
Browse files

fmc.h: include linux/io.h to compile on older kernels

parent b005f770
Branches
Tags
No related merge requests found
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
#include <linux/types.h> #include <linux/types.h>
#include <linux/device.h> #include <linux/device.h>
#include <linux/interrupt.h> #include <linux/interrupt.h>
#include <linux/io.h>
struct fmc_device; struct fmc_device;
struct fmc_driver; struct fmc_driver;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment