From: David S. Miller Date: Sun, 25 Jun 2006 07:04:43 +0000 (-0700) Subject: [PARPORT] sunbpp: Fix typo. X-Git-Tag: v2.6.18-rc1~613^2~12 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=09ec431476aa6efca436faf1e1aaadb4fa283972;p=karo-tx-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 69a4bbd4cbee..7c43c5392bed 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",