Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101349
b: refs/heads/master
c: 2147ef2
h: refs/heads/master
i:
  101347: ebd5c2d
v: v3
  • Loading branch information
Stefan Richter committed Jul 14, 2008
1 parent d9f68c5 commit fbb9378
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: bbf094cf3dbd9a969dd17cf52325e9fab8dfbe91
refs/heads/master: 2147ef204f57191e0fff6d5d3d1a0336afa6cfae
8 changes: 4 additions & 4 deletions trunk/drivers/firewire/fw-transaction.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
#define __fw_transaction_h

#include <linux/device.h>
#include <linux/timer.h>
#include <linux/interrupt.h>
#include <linux/list.h>
#include <linux/fs.h>
#include <linux/dma-mapping.h>
#include <linux/firewire-constants.h>
#include <linux/list.h>
#include <linux/spinlock_types.h>
#include <linux/timer.h>
#include <linux/workqueue.h>
#include <asm/atomic.h>

#define TCODE_IS_READ_REQUEST(tcode) (((tcode) & ~1) == 4)
Expand Down

0 comments on commit fbb9378

Please sign in to comment.