From: Stefan Richter Date: Mon, 20 Aug 2007 19:41:22 +0000 (+0200) Subject: firewire: fw-ohci: reorder includes X-Git-Tag: firefly_0821_release~25441^2~7 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a7fb60db711fce56e372f0bb8a733c0ad1743525;p=firefly-linux-kernel-4.4.55.git firewire: fw-ohci: reorder includes Signed-off-by: Stefan Richter --- diff --git a/drivers/firewire/fw-ohci.c b/drivers/firewire/fw-ohci.c index 48768b5b0280..c16fcb96f272 100644 --- a/drivers/firewire/fw-ohci.c +++ b/drivers/firewire/fw-ohci.c @@ -18,22 +18,22 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include -#include -#include -#include -#include #include #include #include +#include +#include +#include #include +#include +#include #include #include #include -#include "fw-transaction.h" #include "fw-ohci.h" +#include "fw-transaction.h" #define DESCRIPTOR_OUTPUT_MORE 0 #define DESCRIPTOR_OUTPUT_LAST (1 << 12)