mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
Staging: comedi: fix build errors
Some of the comedi drivers need timer.h to build properly, so put it in the comedidev.h file to fix these errors. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
7316bc55ed
commit
c7a5d70796
@ -39,6 +39,7 @@
|
||||
#include <linux/dma-mapping.h>
|
||||
#include <linux/uaccess.h>
|
||||
#include <linux/io.h>
|
||||
#include <linux/timer.h>
|
||||
|
||||
#include "comedi.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user