lkml.org 
[lkml]   [2010]   [Mar]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[085/156] if_tunnel.h: add missing ams/byteorder.h include
    2.6.33-stable review patch.  If anyone has any objections, please let us know.

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

    From: Paulius Zaleckas <paulius.zaleckas@gmail.com>

    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@gmail.com>
    Signed-off-by: David S. Miller <davem@davemloft.net>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

    ---
    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>



    \
     
     \ /
      Last update: 2010-03-31 01:41    [W:3.248 / U:0.028 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site