summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/plx9080.h
diff options
context:
space:
mode:
authorIan Abbott <abbotti@mev.co.uk>2016-05-20 14:49:22 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-06-17 20:59:52 -0700
commit52caeb4ad1f38d6984c9ce456169669fae363cfc (patch)
tree1bb8fcfa6026fa08a3b7c2702e0f8c15bf78ed99 /drivers/staging/comedi/drivers/plx9080.h
parent6a64877f6318c6db63beb5ae1397c8afc09e8628 (diff)
staging: comedi: plx9080.h: include headers for declarations
Add `#include` lines to declare stuff used by "plx9080.h" itself. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/comedi/drivers/plx9080.h')
-rw-r--r--drivers/staging/comedi/drivers/plx9080.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/staging/comedi/drivers/plx9080.h b/drivers/staging/comedi/drivers/plx9080.h
index f67f9d732828..0e20cc5c9a69 100644
--- a/drivers/staging/comedi/drivers/plx9080.h
+++ b/drivers/staging/comedi/drivers/plx9080.h
@@ -19,6 +19,13 @@
#ifndef __COMEDI_PLX9080_H
#define __COMEDI_PLX9080_H
+#include <linux/compiler.h>
+#include <linux/types.h>
+#include <linux/bitops.h>
+#include <linux/delay.h>
+#include <linux/errno.h>
+#include <linux/io.h>
+
/**
* struct plx_dma_desc - DMA descriptor format for PLX PCI 9080
* @pci_start_addr: PCI Bus address for transfer (DMAPADR).