]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: comedi: plx9080.h: include headers for declarations
authorIan Abbott <abbotti@mev.co.uk>
Fri, 20 May 2016 13:49:22 +0000 (14:49 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 18 Jun 2016 03:59:52 +0000 (20:59 -0700)
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>
drivers/staging/comedi/drivers/plx9080.h

index f67f9d7328284895c1defc628e206e4ae34eae39..0e20cc5c9a693b4c793546ba6530826ba86e8227 100644 (file)
 #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).