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>

authored by Alexander Beregalov and committed by Greg Kroah-Hartman 9b5de0a0 e5a85d21

+2
+2
drivers/staging/comedi/drivers/jr3_pci.c
··· 45 45 #include <linux/delay.h> 46 46 #include <linux/ctype.h> 47 47 #include <linux/firmware.h> 48 + #include <linux/jiffies.h> 49 + #include <linux/timer.h> 48 50 #include "comedi_pci.h" 49 51 #include "jr3_pci.h" 50 52