[PATCH] s390: make qeth buildable
authorBastian Blank <[email protected]>
Mon, 1 May 2006 19:15:42 +0000 (12:15 -0700)
committerLinus Torvalds <[email protected]>
Tue, 2 May 2006 01:17:42 +0000 (18:17 -0700)
Signed-off-by: Bastian Blank <[email protected]>
Cc: Martin Schwidefsky <[email protected]>
Cc: Heiko Carstens <[email protected]>
Cc: "David S. Miller" <[email protected]>
Acked-by: Jeff Garzik <[email protected]>
Acked-by: Frank Pavlic <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/s390/net/qeth_main.c

index b3c6e7907790ec9e4c2a5ab9ab1d79e2a18bdc2a..cb14642d97aa8300a12e37238933b91271077d9c 100644 (file)
@@ -8014,7 +8014,6 @@ static int (*qeth_old_arp_constructor) (struct neighbour *);
 
 static struct neigh_ops arp_direct_ops_template = {
        .family = AF_INET,
-       .destructor = NULL,
        .solicit = NULL,
        .error_report = NULL,
        .output = dev_queue_xmit,