Browse Source

[PARPORT] sunbpp: Fix typo.

Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller 19 years ago
parent
commit
09ec431476
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/parport/parport_sunbpp.c

+ 1 - 1
drivers/parport/parport_sunbpp.c

@@ -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",