diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/firewire.h | 3 | ||||
| -rw-r--r-- | include/linux/if_eql.h | 2 | ||||
| -rw-r--r-- | include/linux/platform_data/atmel.h | 6 |
3 files changed, 5 insertions, 6 deletions
diff --git a/include/linux/firewire.h b/include/linux/firewire.h index 4db7b68f0582..cdc9b719e9c7 100644 --- a/include/linux/firewire.h +++ b/include/linux/firewire.h | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | #define _LINUX_FIREWIRE_H | 2 | #define _LINUX_FIREWIRE_H |
| 3 | 3 | ||
| 4 | #include <linux/completion.h> | 4 | #include <linux/completion.h> |
| 5 | #include <linux/device.h> | ||
| 5 | #include <linux/dma-mapping.h> | 6 | #include <linux/dma-mapping.h> |
| 6 | #include <linux/kernel.h> | 7 | #include <linux/kernel.h> |
| 7 | #include <linux/kref.h> | 8 | #include <linux/kref.h> |
| @@ -64,8 +65,6 @@ | |||
| 64 | #define CSR_MODEL 0x17 | 65 | #define CSR_MODEL 0x17 |
| 65 | #define CSR_DIRECTORY_ID 0x20 | 66 | #define CSR_DIRECTORY_ID 0x20 |
| 66 | 67 | ||
| 67 | struct device; | ||
| 68 | |||
| 69 | struct fw_csr_iterator { | 68 | struct fw_csr_iterator { |
| 70 | const u32 *p; | 69 | const u32 *p; |
| 71 | const u32 *end; | 70 | const u32 *end; |
diff --git a/include/linux/if_eql.h b/include/linux/if_eql.h index 79c4f268410d..18a5d02a8644 100644 --- a/include/linux/if_eql.h +++ b/include/linux/if_eql.h | |||
| @@ -22,7 +22,7 @@ | |||
| 22 | #define EQL_DEFAULT_SLAVE_PRIORITY 28800 | 22 | #define EQL_DEFAULT_SLAVE_PRIORITY 28800 |
| 23 | #define EQL_DEFAULT_MAX_SLAVES 4 | 23 | #define EQL_DEFAULT_MAX_SLAVES 4 |
| 24 | #define EQL_DEFAULT_MTU 576 | 24 | #define EQL_DEFAULT_MTU 576 |
| 25 | #define EQL_DEFAULT_RESCHED_IVAL 100 | 25 | #define EQL_DEFAULT_RESCHED_IVAL HZ |
| 26 | 26 | ||
| 27 | #define EQL_ENSLAVE (SIOCDEVPRIVATE) | 27 | #define EQL_ENSLAVE (SIOCDEVPRIVATE) |
| 28 | #define EQL_EMANCIPATE (SIOCDEVPRIVATE + 1) | 28 | #define EQL_EMANCIPATE (SIOCDEVPRIVATE + 1) |
diff --git a/include/linux/platform_data/atmel.h b/include/linux/platform_data/atmel.h index d056263545b1..b0f2c56a8ea2 100644 --- a/include/linux/platform_data/atmel.h +++ b/include/linux/platform_data/atmel.h | |||
| @@ -4,8 +4,8 @@ | |||
| 4 | * GPL v2 Only | 4 | * GPL v2 Only |
| 5 | */ | 5 | */ |
| 6 | 6 | ||
| 7 | #ifndef __ATMEL_NAND_H__ | 7 | #ifndef __ATMEL_H__ |
| 8 | #define __ATMEL_NAND_H__ | 8 | #define __ATMEL_H__ |
| 9 | 9 | ||
| 10 | #include <linux/mtd/nand.h> | 10 | #include <linux/mtd/nand.h> |
| 11 | 11 | ||
| @@ -24,4 +24,4 @@ struct atmel_nand_data { | |||
| 24 | unsigned int num_parts; | 24 | unsigned int num_parts; |
| 25 | }; | 25 | }; |
| 26 | 26 | ||
| 27 | #endif /* __ATMEL_NAND_H__ */ | 27 | #endif /* __ATMEL_H__ */ |
