From: Cornelia Huck Signed-off-by: Cornelia Huck Signed-off-by: Frank Blaschka --- drivers/s390/net/netiucv.c | 1 + 1 file changed, 1 insertion(+) diff -urpN linux-2.6/drivers/s390/net/netiucv.c linux-2.6-patched/drivers/s390/net/netiucv.c --- linux-2.6/drivers/s390/net/netiucv.c 2008-04-23 17:55:49.000000000 +0200 +++ linux-2.6-patched/drivers/s390/net/netiucv.c 2008-04-23 17:55:54.000000000 +0200 @@ -2145,6 +2145,7 @@ static int __init netiucv_init(void) if (rc) goto out_dbf; IUCV_DBF_TEXT(trace, 3, __func__); + netiucv_driver.groups = netiucv_drv_attr_groups; rc = driver_register(&netiucv_driver); if (rc) { PRINT_ERR("NETIUCV: failed to register driver.\n"); -- -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html