aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/comedi/drivers/das6402.c
diff options
context:
space:
mode:
authorIan Abbott <abbotti@mev.co.uk>2021-11-17 12:05:59 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-11-26 16:48:59 +0100
commitdf0e68c1e9945e2ee86d266ce45597bbd8299b06 (patch)
tree55c4f4a22fbfae9440c2a877fd756995b69ce327 /drivers/comedi/drivers/das6402.c
parentinclude/linux/byteorder/generic.h: fix index variables (diff)
downloadlinux-dev-df0e68c1e9945e2ee86d266ce45597bbd8299b06.tar.xz
linux-dev-df0e68c1e9945e2ee86d266ce45597bbd8299b06.zip
comedi: Move the main COMEDI headers
Move the main COMEDI driver headers out of "drivers/comedi/" into new directory "include/linux/comedi/". These are "comedidev.h", "comedilib.h", "comedi_pci.h", "comedi_pcmcia.h", and "comedi_usb.h". Additionally, move the user-space API header "comedi.h" into "include/uapi/linux/" and add "WITH Linux-syscall-note" to its SPDX-License-Identifier. Update the "COMEDI DRIVERS" section of the MAINTAINERS file to account for these changes. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Link: https://lore.kernel.org/r/20211117120604.117740-2-abbotti@mev.co.uk Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/comedi/drivers/das6402.c')
-rw-r--r--drivers/comedi/drivers/das6402.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/comedi/drivers/das6402.c b/drivers/comedi/drivers/das6402.c
index 96f4107b8054..d411ab7cf37c 100644
--- a/drivers/comedi/drivers/das6402.c
+++ b/drivers/comedi/drivers/das6402.c
@@ -24,8 +24,7 @@
#include <linux/module.h>
#include <linux/interrupt.h>
-
-#include "../comedidev.h"
+#include <linux/comedi/comedidev.h>
#include "comedi_8254.h"