diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-11-18 13:23:52 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-11-18 13:23:52 -0500 |
commit | 1f8fc99300c6247cace008c470f31eb86e9e7802 (patch) | |
tree | 8e09406ea2d7a4de8343185277576fed47725d97 /drivers/net/wan | |
parent | 638cbac8de9b57345a9446e107b6aebc10b58970 (diff) | |
parent | 7635d345b2c047339b44c85fff486c6b94b67216 (diff) |
Merge branch 'upstream-jgarzik' of git://git.tuxdriver.com/git/netdev-jwl
Diffstat (limited to 'drivers/net/wan')
-rw-r--r-- | drivers/net/wan/lmc/lmc_prot.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/net/wan/lmc/lmc_prot.h b/drivers/net/wan/lmc/lmc_prot.h deleted file mode 100644 index f3b1df9e2cd..00000000000 --- a/drivers/net/wan/lmc/lmc_prot.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef _LMC_PROTO_H_ -#define _LMC_PROTO_H_ - -void lmc_proto_init(lmc_softc_t * const) -void lmc_proto_attach(lmc_softc_t *sc const) -void lmc_proto_detach(lmc_softc *sc const) -void lmc_proto_reopen(lmc_softc_t *sc const) -int lmc_proto_ioctl(lmc_softc_t *sc const, struct ifreq *ifr, int cmd) -void lmc_proto_open(lmc_softc_t *sc const) -void lmc_proto_close(lmc_softc_t *sc const) -unsigned short lmc_proto_type(lmc_softc_t *sc const, struct skbuff *skb) - - -#endif - |