Commit 6cb76510 authored by Federico Vaga's avatar Federico Vaga

drv: add header files

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent e6aa725c
...@@ -8,6 +8,10 @@ ...@@ -8,6 +8,10 @@
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/errno.h>
#include <linux/device.h>
#include <linux/export.h>
#include <linux/module.h>
#include "fmc-internal.h" #include "fmc-internal.h"
#include "fmc-compat.h" #include "fmc-compat.h"
......
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