summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers.c
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/drivers.c
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/drivers.c')
-rw-r--r--drivers/staging/comedi/drivers.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/comedi/drivers.c b/drivers/staging/comedi/drivers.c
index 475778f..f68fab9 100644
--- a/drivers/staging/comedi/drivers.c
+++ b/drivers/staging/comedi/drivers.c
@@ -811,7 +811,6 @@ void comedi_reset_async_buf(struct comedi_async *async)
async->events = 0;
}
-EXPORT_SYMBOL(comedi_reset_async_buf);
int comedi_auto_config(struct device *hardware_device, const char *board_name,
const int *options, unsigned num_options)