From: Bastian Blank Signed-off-by: Bastian Blank Cc: Martin Schwidefsky Cc: Heiko Carstens Signed-off-by: Andrew Morton --- drivers/s390/net/qeth_main.c | 1 - 1 files changed, 1 deletion(-) diff -puN drivers/s390/net/qeth_main.c~s390-make-qeth-buildable drivers/s390/net/qeth_main.c --- devel/drivers/s390/net/qeth_main.c~s390-make-qeth-buildable 2006-04-23 15:35:44.000000000 -0700 +++ devel-akpm/drivers/s390/net/qeth_main.c 2006-04-23 15:35:59.000000000 -0700 @@ -8014,7 +8014,6 @@ static int (*qeth_old_arp_constructor) ( static struct neigh_ops arp_direct_ops_template = { .family = AF_INET, - .destructor = NULL, .solicit = NULL, .error_report = NULL, .output = dev_queue_xmit, _