summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi
diff options
context:
space:
mode:
authorAlexander Beregalov2009-06-20 01:52:47 +0200
committerGreg Kroah-Hartman2009-07-12 22:21:45 +0200
commit9b5de0a0a79111445d99ff7e4c6c1125523f84df (patch)
tree9c51bade011da8119ceaaaee05c0cb6c8f62a8a2 /drivers/staging/comedi
parentStaging: meilhaus: add email address to TODO (diff)
downloadkernel-qcow2-linux-9b5de0a0a79111445d99ff7e4c6c1125523f84df.tar.gz
kernel-qcow2-linux-9b5de0a0a79111445d99ff7e4c6c1125523f84df.tar.xz
kernel-qcow2-linux-9b5de0a0a79111445d99ff7e4c6c1125523f84df.zip
Staging: comedi: jr3_pci.c: add required includes
Fix this build errors: jr3_pci.c:739: error: 'jiffies' undeclared jr3_pci.c:748: error: implicit declaration of function 'msecs_to_jiffies' jr3_pci.c:763: error: implicit declaration of function 'add_timer' jr3_pci.c:790: error: implicit declaration of function 'init_timer' jr3_pci.c:951: error: implicit declaration of function 'del_timer_sync' Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/comedi')
-rw-r--r--drivers/staging/comedi/drivers/jr3_pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/comedi/drivers/jr3_pci.c b/drivers/staging/comedi/drivers/jr3_pci.c
index baf83c6a9412..e3c3adc282e2 100644
--- a/drivers/staging/comedi/drivers/jr3_pci.c
+++ b/drivers/staging/comedi/drivers/jr3_pci.c
@@ -45,6 +45,8 @@ Devices: [JR3] PCI force sensor board (jr3_pci)
#include <linux/delay.h>
#include <linux/ctype.h>
#include <linux/firmware.h>
+#include <linux/jiffies.h>
+#include <linux/timer.h>
#include "comedi_pci.h"
#include "jr3_pci.h"