mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-19 07:27:50 +00:00
Staging: comedi: data.c should include delay.h
Fix this build error: .../data.c:86: error: implicit declaration of function 'udelay' Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
de4545cdfd
commit
c3e2354e37
@ -26,6 +26,7 @@
|
||||
#include "../comedidev.h"
|
||||
|
||||
#include <linux/string.h>
|
||||
#include <linux/delay.h>
|
||||
|
||||
int comedi_data_write(void *dev, unsigned int subdev, unsigned int chan,
|
||||
unsigned int range, unsigned int aref, unsigned int data)
|
||||
|
Loading…
Reference in New Issue
Block a user