diff options
| author | Ben Hutchings <ben@decadent.org.uk> | 2011-08-24 14:43:18 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2011-08-26 12:02:50 -0400 |
| commit | c2e0cd88691f214fdeacb63bbd823703456a1617 (patch) | |
| tree | 9d1782b5ae8ce94307091e6fd4db9800bcf3fd18 /include/linux | |
| parent | 22ad72b0277b02d4b4dee99ae69a58f616a46435 (diff) | |
headers, ax25: Add missing #include to <linux/netrom.h>, <linux/rose.h>
These headers use the ax25_address type defined in <linux/ax25.h>.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/netrom.h | 2 | ||||
| -rw-r--r-- | include/linux/rose.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/netrom.h b/include/linux/netrom.h index 6939b32f66a0..af7313cc9cb6 100644 --- a/include/linux/netrom.h +++ b/include/linux/netrom.h | |||
| @@ -7,6 +7,8 @@ | |||
| 7 | #ifndef NETROM_KERNEL_H | 7 | #ifndef NETROM_KERNEL_H |
| 8 | #define NETROM_KERNEL_H | 8 | #define NETROM_KERNEL_H |
| 9 | 9 | ||
| 10 | #include <linux/ax25.h> | ||
| 11 | |||
| 10 | #define NETROM_MTU 236 | 12 | #define NETROM_MTU 236 |
| 11 | 13 | ||
| 12 | #define NETROM_T1 1 | 14 | #define NETROM_T1 1 |
diff --git a/include/linux/rose.h b/include/linux/rose.h index c7b4b184c82e..e8289cdbcc20 100644 --- a/include/linux/rose.h +++ b/include/linux/rose.h | |||
| @@ -7,6 +7,8 @@ | |||
| 7 | #ifndef ROSE_KERNEL_H | 7 | #ifndef ROSE_KERNEL_H |
| 8 | #define ROSE_KERNEL_H | 8 | #define ROSE_KERNEL_H |
| 9 | 9 | ||
| 10 | #include <linux/ax25.h> | ||
| 11 | |||
| 10 | #define ROSE_MTU 251 | 12 | #define ROSE_MTU 251 |
| 11 | 13 | ||
| 12 | #define ROSE_MAX_DIGIS 6 | 14 | #define ROSE_MAX_DIGIS 6 |
