Commit 7bb6bf7c authored by Stefan Richter's avatar Stefan Richter

firewire: fw-sbp2: sort includes

Signed-off-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
parent ce896d95
...@@ -28,15 +28,15 @@ ...@@ -28,15 +28,15 @@
* and many others. * and many others.
*/ */
#include <linux/blkdev.h>
#include <linux/delay.h>
#include <linux/device.h>
#include <linux/dma-mapping.h>
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/mod_devicetable.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/moduleparam.h> #include <linux/moduleparam.h>
#include <linux/mod_devicetable.h>
#include <linux/delay.h>
#include <linux/device.h>
#include <linux/scatterlist.h> #include <linux/scatterlist.h>
#include <linux/dma-mapping.h>
#include <linux/blkdev.h>
#include <linux/string.h> #include <linux/string.h>
#include <linux/stringify.h> #include <linux/stringify.h>
#include <linux/timer.h> #include <linux/timer.h>
...@@ -48,9 +48,9 @@ ...@@ -48,9 +48,9 @@
#include <scsi/scsi_device.h> #include <scsi/scsi_device.h>
#include <scsi/scsi_host.h> #include <scsi/scsi_host.h>
#include "fw-transaction.h"
#include "fw-topology.h"
#include "fw-device.h" #include "fw-device.h"
#include "fw-topology.h"
#include "fw-transaction.h"
/* /*
* So far only bridges from Oxford Semiconductor are known to support * So far only bridges from Oxford Semiconductor are known to support
......
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