From: David S. Miller Date: Sun, 25 Jun 2006 07:04:43 +0000 (-0700) Subject: [PARPORT] sunbpp: Fix typo. X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=09ec431476aa6efca436faf1e1aaadb4fa283972;p=linux.git [PARPORT] sunbpp: Fix typo. Signed-off-by: David S. Miller --- diff --git a/drivers/parport/parport_sunbpp.c b/drivers/parport/parport_sunbpp.c index 69a4bbd4cbee9..7c43c5392bedb 100644 --- a/drivers/parport/parport_sunbpp.c +++ b/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",