Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86366
b: refs/heads/master
c: 7bb6bf7
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Richter committed Feb 16, 2008
1 parent 7a510a2 commit d616bc6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ce896d95cc7886ae05859c5b409a7b2f3b606ec1
refs/heads/master: 7bb6bf7c8ba0b4ccfecaa00d6faea51b0bd42c8c
14 changes: 7 additions & 7 deletions trunk/drivers/firewire/fw-sbp2.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
* 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/mod_devicetable.h>
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/mod_devicetable.h>
#include <linux/delay.h>
#include <linux/device.h>
#include <linux/scatterlist.h>
#include <linux/dma-mapping.h>
#include <linux/blkdev.h>
#include <linux/string.h>
#include <linux/stringify.h>
#include <linux/timer.h>
Expand All @@ -48,9 +48,9 @@
#include <scsi/scsi_device.h>
#include <scsi/scsi_host.h>

#include "fw-transaction.h"
#include "fw-topology.h"
#include "fw-device.h"
#include "fw-topology.h"
#include "fw-transaction.h"

/*
* So far only bridges from Oxford Semiconductor are known to support
Expand Down

0 comments on commit d616bc6

Please sign in to comment.