diff options
Diffstat (limited to 'drivers/parport')
-rw-r--r-- | drivers/parport/parport_sunbpp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/parport/parport_sunbpp.c b/drivers/parport/parport_sunbpp.c index e4f00c6dfe09..065f229580d5 100644 --- a/drivers/parport/parport_sunbpp.c +++ b/drivers/parport/parport_sunbpp.c | |||
@@ -372,7 +372,7 @@ static int __devexit bpp_remove(struct of_device *op) | |||
372 | return 0; | 372 | return 0; |
373 | } | 373 | } |
374 | 374 | ||
375 | static struct of_device_id bpp_match[] = { | 375 | static const struct of_device_id bpp_match[] = { |
376 | { | 376 | { |
377 | .name = "SUNW,bpp", | 377 | .name = "SUNW,bpp", |
378 | }, | 378 | }, |