* libmachdev/net.c (linux_intr_pri): Drop unused declaration. (port_bucket): Likewise. (dev_class): Likewise. --- 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