]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ipv4/tcp_hybla.c
sata_promise: ATAPI cleanup
[linux-2.6-omap-h63xx.git] / 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);
 }