Commit 76591a09 authored by Alessandro Rubini's avatar Alessandro Rubini

trivial: fmc-fakedev.c needs <linux/err.h>

This is only exposed by building for older kernels, as
currently err.h is pulled in by other headers I use, it seems
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent e29f9c64
......@@ -11,6 +11,7 @@
#include <linux/slab.h>
#include <linux/firmware.h>
#include <linux/workqueue.h>
#include <linux/err.h>
#include <linux/fmc.h>
#define FF_EEPROM_SIZE 8192 /* The standard eeprom size */
......
Markdown is supported
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