Skip to content

Commit

Permalink
headers, ax25: Add missing #include to <linux/netrom.h>, <linux/rose.h>
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ben Hutchings authored and David S. Miller committed Aug 26, 2011
1 parent 22ad72b commit c2e0cd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/linux/netrom.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#ifndef NETROM_KERNEL_H
#define NETROM_KERNEL_H

#include <linux/ax25.h>

#define NETROM_MTU 236

#define NETROM_T1 1
Expand Down
2 changes: 2 additions & 0 deletions include/linux/rose.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c2e0cd8

Please sign in to comment.