[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 4/6] libmachdev: drop unused declarations
From: |
Samuel Thibault |
Subject: |
Re: [PATCH 4/6] libmachdev: drop unused declarations |
Date: |
Mon, 14 Apr 2014 01:40:10 +0200 |
User-agent: |
Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30) |
Justus Winter, le Sun 13 Apr 2014 13:43:12 +0200, a écrit :
> * libmachdev/net.c (linux_intr_pri): Drop unused declaration.
> (port_bucket): Likewise.
> (dev_class): Likewise.
Ack.
> ---
> libmachdev/net.c | 4 ----
> 1 file changed, 4 deletions(-)
>
> diff --git a/libmachdev/net.c b/libmachdev/net.c
> index 300d946..6037e2f 100644
> --- a/libmachdev/net.c
> +++ b/libmachdev/net.c
> @@ -80,10 +80,6 @@
>
> #define ether_header ethhdr
>
> -extern int linux_intr_pri;
> -extern struct port_bucket *port_bucket;
> -extern struct port_class *dev_class;
> -
> /* One of these is associated with each instance of a device. */
> struct net_data
> {
> --
> 1.9.1
>
--
Samuel
* x remarque qu'avec un peu de volonté, on peut faire du code de porc
dans d'importe quel langage Turing-complet
-+- x sur #ens-mim - codons porc -+-
- more dde fixes, Justus Winter, 2014/04/13
- [PATCH 1/6] libmachdev: fix device_open, Justus Winter, 2014/04/13
- [PATCH 2/6] libmachdev: remove mach_device_deallocate, Justus Winter, 2014/04/13
- [PATCH 3/6] libmachdev: make the two port buckets clearly distinct, Justus Winter, 2014/04/13
- [PATCH 4/6] libmachdev: drop unused declarations, Justus Winter, 2014/04/13
- Re: [PATCH 4/6] libmachdev: drop unused declarations,
Samuel Thibault <=
- [PATCH 6/6] libmachdev: add, fix and use declaration for create_device_port, Justus Winter, 2014/04/13
- [PATCH 5/6] libmachdev: add missing includes, Justus Winter, 2014/04/13