Commit 3a5fa275 authored by Ian Abbott's avatar Ian Abbott Committed by Greg Kroah-Hartman

staging: comedi: rename internal.h to comedi_internal.h

Use a less generic name for this internal header file included by
various parts of the comedi core.
Signed-off-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8cb8aad7
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
#include <linux/io.h> #include <linux/io.h>
#include <linux/uaccess.h> #include <linux/uaccess.h>
#include "internal.h" #include "comedi_internal.h"
MODULE_AUTHOR("http://www.comedi.org"); MODULE_AUTHOR("http://www.comedi.org");
MODULE_DESCRIPTION("Comedi core module"); MODULE_DESCRIPTION("Comedi core module");
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
#include <linux/io.h> #include <linux/io.h>
#include "comedidev.h" #include "comedidev.h"
#include "internal.h" #include "comedi_internal.h"
static int postconfig(struct comedi_device *dev); static int postconfig(struct comedi_device *dev);
static int insn_rw_emulate_bits(struct comedi_device *dev, static int insn_rw_emulate_bits(struct comedi_device *dev,
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include <linux/uaccess.h> #include <linux/uaccess.h>
#include "comedidev.h" #include "comedidev.h"
#include "internal.h" #include "comedi_internal.h"
const struct comedi_lrange range_bipolar10 = { 1, {BIP_RANGE(10)} }; const struct comedi_lrange range_bipolar10 = { 1, {BIP_RANGE(10)} };
EXPORT_SYMBOL(range_bipolar10); EXPORT_SYMBOL(range_bipolar10);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment