diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2012-06-08 12:22:46 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-06-11 16:45:32 -0700 |
commit | a6e51c1e3425fe61040e9e770f514cfdf576a1f0 (patch) | |
tree | e1e1698fd83ea829f4c6ac0399f931746c4304ec /include/linux/Kbuild | |
parent | e034410a3dace8ee56906095e737281899126f44 (diff) | |
download | op-kernel-dev-a6e51c1e3425fe61040e9e770f514cfdf576a1f0.zip op-kernel-dev-a6e51c1e3425fe61040e9e770f514cfdf576a1f0.tar.gz |
staging: Delete if_strip.h
Commit f80a3f62383bf673c310926d55142d51f118926d ("Staging: strip: delete
the driver") left if_strip.h unused: nothing in the tree includes it
anymore. It is still exported, but since nothing in the kernel uses
struct MetricomAddress, that seems pointless. Delete this header too.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/Kbuild')
-rw-r--r-- | include/linux/Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index 8760be3..9366142 100644 --- a/include/linux/Kbuild +++ b/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 |