diff options
Diffstat (limited to 'drivers/sbus/char/uctrl.c')
-rw-r--r-- | drivers/sbus/char/uctrl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sbus/char/uctrl.c b/drivers/sbus/char/uctrl.c index 6cff9777bbc0..27993c37775d 100644 --- a/drivers/sbus/char/uctrl.c +++ b/drivers/sbus/char/uctrl.c | |||
@@ -417,7 +417,7 @@ static int __devexit uctrl_remove(struct of_device *op) | |||
417 | return 0; | 417 | return 0; |
418 | } | 418 | } |
419 | 419 | ||
420 | static struct of_device_id uctrl_match[] = { | 420 | static const struct of_device_id uctrl_match[] = { |
421 | { | 421 | { |
422 | .name = "uctrl", | 422 | .name = "uctrl", |
423 | }, | 423 | }, |