X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Fnet%2Fmip6.h;h=a83ad1982a90893abb1d369f8b679b1eed9fa24a;hb=dd9e0dda66ba38a2ddd1405ac279894260dc5c36;hp=68263c6d99960210138aed30aac13242c367ff15;hpb=7be96f7628469e56f91d51f13b03e9bcff113c7f;p=linux-2.6-omap-h63xx.git diff --git a/include/net/mip6.h b/include/net/mip6.h index 68263c6d999..a83ad1982a9 100644 --- a/include/net/mip6.h +++ b/include/net/mip6.h @@ -28,9 +28,6 @@ #include #include -#define MIP6_OPT_PAD_1 0 -#define MIP6_OPT_PAD_N 1 - /* * Mobility Header */ @@ -54,8 +51,4 @@ struct ip6_mh { #define IP6_MH_TYPE_BERROR 7 /* Binding Error */ #define IP6_MH_TYPE_MAX IP6_MH_TYPE_BERROR -extern int mip6_init(void); -extern void mip6_fini(void); -extern int mip6_mh_filter(struct sock *sk, struct sk_buff *skb); - #endif