]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: comedi: jr3_pci.c: add required includes
authorAlexander Beregalov <a.beregalov@gmail.com>
Fri, 19 Jun 2009 23:52:47 +0000 (03:52 +0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 12 Jul 2009 20:21:45 +0000 (13:21 -0700)
commit8a68166ff56c35c648c2acfa14b11aaa31bbb25b
tree9c51bade011da8119ceaaaee05c0cb6c8f62a8a2
parent8f7bb3f693ae032ca12a8dd591dce8138830d693
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>
drivers/staging/comedi/drivers/jr3_pci.c