[081/116] if_tunnel.h: add missing ams/byteorder.h include

From: Greg KH
Date: Tue Mar 30 2010 - 20:03:17 EST


2.6.32-stable review patch. If anyone has any objections, please let us know.

------------------

From: Paulius Zaleckas <paulius.zaleckas@xxxxxxxxx>

commit 9bf35c8dddd56f7f247a27346f74f5adc18071f4 upstream.

When compiling userspace application which includes
if_tunnel.h and uses GRE_* defines you will get undefined
reference to __cpu_to_be16.

Fix this by adding missing #include <asm/byteorder.h>

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@xxxxxxxxx>
Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx>

---
include/linux/if_tunnel.h | 1 +
1 file changed, 1 insertion(+)

--- a/include/linux/if_tunnel.h
+++ b/include/linux/if_tunnel.h
@@ -2,6 +2,7 @@
#define _IF_TUNNEL_H_

#include <linux/types.h>
+#include <asm/byteorder.h>

#ifdef __KERNEL__
#include <linux/ip.h>


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/