lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1291442121-3302-2-git-send-email-xiaosuo@gmail.com> Date: Sat, 4 Dec 2010 13:55:20 +0800 From: Changli Gao <xiaosuo@...il.com> To: jamal <hadi@...erus.ca> Cc: netdev@...r.kernel.org, jamal <hadi@...erus.ca>, Changli Gao <xiaosuo@...il.com> Subject: [PATCH 2/3] ifb: remove unused macro TX_TIMEOUT Signed-off-by: Changli Gao <xiaosuo@...il.com> --- drivers/net/ifb.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/net/ifb.c b/drivers/net/ifb.c index 4387525..d1e362a 100644 --- a/drivers/net/ifb.c +++ b/drivers/net/ifb.c @@ -36,8 +36,6 @@ #include <net/pkt_sched.h> #include <net/net_namespace.h> -#define TX_TIMEOUT (2*HZ) - #define TX_Q_LIMIT 32 struct ifb_private { struct tasklet_struct ifb_tasklet; -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists