]> err.no Git - linux-2.6/blobdiff - net/ipv4/tcp_hybla.c
Merge branch 'for_paulus' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerp...
[linux-2.6] / net / ipv4 / tcp_hybla.c
index 7406e0c5fb8e45d85a18bc956accd781221944d0..59e691d26f64e805f282392a3b978804bef719e7 100644 (file)
@@ -170,7 +170,7 @@ static struct tcp_congestion_ops tcp_hybla = {
 
 static int __init hybla_register(void)
 {
-       BUG_ON(sizeof(struct hybla) > ICSK_CA_PRIV_SIZE);
+       BUILD_BUG_ON(sizeof(struct hybla) > ICSK_CA_PRIV_SIZE);
        return tcp_register_congestion_control(&tcp_hybla);
 }