[PARPORT] sunbpp: Fix typo.
authorDavid S. Miller <davem@sunset.davemloft.net>
Sun, 25 Jun 2006 07:04:43 +0000 (00:04 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 26 Jun 2006 06:14:53 +0000 (23:14 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/parport/parport_sunbpp.c

index 69a4bbd..7c43c53 100644 (file)
@@ -389,7 +389,7 @@ static struct of_device_id bpp_match[] = {
        {},
 };
 
-MODULE_DEVICE_TABLE(of, qec_sbus_match);
+MODULE_DEVICE_TABLE(of, bpp_match);
 
 static struct of_platform_driver bpp_sbus_driver = {
        .name           = "bpp",