Skip to content
Snippets Groups Projects
Commit 6cb76510 authored by Federico Vaga's avatar Federico Vaga
Browse files

drv: add header files


Signed-off-by: default avatarFederico Vaga <federico.vaga@cern.ch>
parent e6aa725c
Branches
Tags
No related merge requests found
......@@ -8,6 +8,10 @@
#include <linux/kernel.h>
#include <linux/module.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-compat.h"
......
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