From 99347d95ef9a1464a9c3ed4f56cc598bf2252169 Mon Sep 17 00:00:00 2001 From: Paul Bolle Date: Fri, 8 Jun 2012 12:22:46 +0200 Subject: [PATCH] --- yaml --- r: 317253 b: refs/heads/master c: a6e51c1e3425fe61040e9e770f514cfdf576a1f0 h: refs/heads/master i: 317251: e7b7e5eb86bcb0284298523b1733ad7c4aa627d4 v: v3 --- [refs] | 2 +- trunk/include/linux/Kbuild | 1 - trunk/include/linux/if_strip.h | 27 --------------------------- 3 files changed, 1 insertion(+), 29 deletions(-) delete mode 100644 trunk/include/linux/if_strip.h diff --git a/[refs] b/[refs] index 7eac5edcfe60..ea362d1d371e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e034410a3dace8ee56906095e737281899126f44 +refs/heads/master: a6e51c1e3425fe61040e9e770f514cfdf576a1f0 diff --git a/trunk/include/linux/Kbuild b/trunk/include/linux/Kbuild index 8760be30b375..9366142ec7e5 100644 --- a/trunk/include/linux/Kbuild +++ b/trunk/include/linux/Kbuild @@ -183,7 +183,6 @@ header-y += if_ppp.h header-y += if_pppol2tp.h header-y += if_pppox.h header-y += if_slip.h -header-y += if_strip.h header-y += if_team.h header-y += if_tun.h header-y += if_tunnel.h diff --git a/trunk/include/linux/if_strip.h b/trunk/include/linux/if_strip.h deleted file mode 100644 index 6526a6235832..000000000000 --- a/trunk/include/linux/if_strip.h +++ /dev/null @@ -1,27 +0,0 @@ -/* - * if_strip.h -- - * - * Definitions for the STRIP interface - * - * Copyright 1996 The Board of Trustees of The Leland Stanford - * Junior University. All Rights Reserved. - * - * Permission to use, copy, modify, and distribute this - * software and its documentation for any purpose and without - * fee is hereby granted, provided that the above copyright - * notice appear in all copies. Stanford University - * makes no representations about the suitability of this - * software for any purpose. It is provided "as is" without - * express or implied warranty. - */ - -#ifndef __LINUX_STRIP_H -#define __LINUX_STRIP_H - -#include - -typedef struct { - __u8 c[6]; -} MetricomAddress; - -#endif