diff options
| author | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2008-05-24 10:48:05 -0400 |
|---|---|---|
| committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2008-07-14 07:06:03 -0400 |
| commit | 2147ef204f57191e0fff6d5d3d1a0336afa6cfae (patch) | |
| tree | 061d7b25d275bdbc93c9ca6e113078083ff34623 | |
| parent | bbf094cf3dbd9a969dd17cf52325e9fab8dfbe91 (diff) | |
firewire: clean up some includes
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
| -rw-r--r-- | drivers/firewire/fw-transaction.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/firewire/fw-transaction.h b/drivers/firewire/fw-transaction.h index 7e928e86022f..219094e38542 100644 --- a/drivers/firewire/fw-transaction.h +++ b/drivers/firewire/fw-transaction.h | |||
| @@ -20,12 +20,12 @@ | |||
| 20 | #define __fw_transaction_h | 20 | #define __fw_transaction_h |
| 21 | 21 | ||
| 22 | #include <linux/device.h> | 22 | #include <linux/device.h> |
| 23 | #include <linux/timer.h> | ||
| 24 | #include <linux/interrupt.h> | ||
| 25 | #include <linux/list.h> | ||
| 26 | #include <linux/fs.h> | ||
| 27 | #include <linux/dma-mapping.h> | 23 | #include <linux/dma-mapping.h> |
| 28 | #include <linux/firewire-constants.h> | 24 | #include <linux/firewire-constants.h> |
| 25 | #include <linux/list.h> | ||
| 26 | #include <linux/spinlock_types.h> | ||
| 27 | #include <linux/timer.h> | ||
| 28 | #include <linux/workqueue.h> | ||
| 29 | #include <asm/atomic.h> | 29 | #include <asm/atomic.h> |
| 30 | 30 | ||
| 31 | #define TCODE_IS_READ_REQUEST(tcode) (((tcode) & ~1) == 4) | 31 | #define TCODE_IS_READ_REQUEST(tcode) (((tcode) & ~1) == 4) |
