X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fblock%2Fswim3.c;h=ed6fb91123abb67577f6f309f0171a6d7e0cb142;hb=3975d16760d4be7402d1067c548c30c427971331;hp=52f2d11bc7b975e55c49881f42e49f5552fc4371;hpb=b4ca761577535b2b4d153689ee97342797dfff05;p=pandora-kernel.git diff --git a/drivers/block/swim3.c b/drivers/block/swim3.c index 52f2d11bc7b9..ed6fb91123ab 100644 --- a/drivers/block/swim3.c +++ b/drivers/block/swim3.c @@ -1159,8 +1159,10 @@ static struct of_device_id swim3_match[] = static struct macio_driver swim3_driver = { - .name = "swim3", - .match_table = swim3_match, + .driver = { + .name = "swim3", + .of_match_table = swim3_match, + }, .probe = swim3_attach, #if 0 .suspend = swim3_suspend,