Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -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"


/*
/*