summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/internal.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2010-05-03 22:27:52 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-11 18:36:03 (GMT)
commit09372df0dff51121e772ca5870fb565a08840c86 (patch)
treeb9e4bc70989ccf38cd55ceb1abe934121cba06b8 /drivers/staging/comedi/internal.h
parent9e8c604821b372c6e98e9632f5617913bf92ae45 (diff)
downloadlinux-fsl-qoriq-09372df0dff51121e772ca5870fb565a08840c86.tar.xz
Staging: comedi: make comedi_reset_async_buf local to comedi core
No one outside of the comedi core calls this function, so don't export it to the world. Cc: Ian Abbott <abbotti@mev.co.uk> Cc: Frank Mori Hess <fmhess@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/comedi/internal.h')
-rw-r--r--drivers/staging/comedi/internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/comedi/internal.h b/drivers/staging/comedi/internal.h
index 4b6065a..7068a38 100644
--- a/drivers/staging/comedi/internal.h
+++ b/drivers/staging/comedi/internal.h
@@ -1,3 +1,4 @@
int comedi_alloc_board_minor(struct device *hardware_device);
void comedi_free_board_minor(unsigned minor);
+void comedi_reset_async_buf(struct comedi_async *async);