Commit 2f0ab460 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman

staging: comedi: comedi_parport: reorder #include's

For aesthetic reasons, reorder the #include list.
Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7821e8e4
...@@ -65,9 +65,10 @@ ...@@ -65,9 +65,10 @@
*/ */
#include <linux/module.h> #include <linux/module.h>
#include "../comedidev.h"
#include <linux/interrupt.h> #include <linux/interrupt.h>
#include "../comedidev.h"
#include "comedi_fc.h" #include "comedi_fc.h"
/* /*
......
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