diff mbox

[02/12] headers, ax25: Add missing #include to <linux/netrom.h>, <linux/rose.h>

Message ID 1312809440.2591.1141.camel@deadeye
State Rejected, archived
Delegated to: David Miller
Headers show

Commit Message

Ben Hutchings Aug. 8, 2011, 1:17 p.m. UTC
These headers use the ax25_address type defined in <linux/ax25.h>.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
 include/linux/netrom.h |    2 ++
 include/linux/rose.h   |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

Comments

Ralf Baechle Aug. 8, 2011, 2:07 p.m. UTC | #1
On Mon, Aug 08, 2011 at 02:17:20PM +0100, Ben Hutchings wrote:

> These headers use the ax25_address type defined in <linux/ax25.h>.
> 
> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>

Makes sense.

Acked-by: Ralf Baechle <ralf@linux-mips.org>

  Ralf
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/include/linux/netrom.h b/include/linux/netrom.h
index 6939b32..af7313c 100644
--- a/include/linux/netrom.h
+++ b/include/linux/netrom.h
@@ -7,6 +7,8 @@ 
 #ifndef	NETROM_KERNEL_H
 #define	NETROM_KERNEL_H
 
+#include <linux/ax25.h>
+
 #define NETROM_MTU	236
 
 #define NETROM_T1	1
diff --git a/include/linux/rose.h b/include/linux/rose.h
index c7b4b18..e8289cd 100644
--- a/include/linux/rose.h
+++ b/include/linux/rose.h
@@ -7,6 +7,8 @@ 
 #ifndef	ROSE_KERNEL_H
 #define	ROSE_KERNEL_H
 
+#include <linux/ax25.h>
+
 #define ROSE_MTU	251
 
 #define ROSE_MAX_DIGIS 6