diff options
Diffstat (limited to 'drivers/hsi/clients/nokia-modem.c')
-rw-r--r-- | drivers/hsi/clients/nokia-modem.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hsi/clients/nokia-modem.c b/drivers/hsi/clients/nokia-modem.c index 7f82c911ad74..c000780d931f 100644 --- a/drivers/hsi/clients/nokia-modem.c +++ b/drivers/hsi/clients/nokia-modem.c | |||
@@ -281,6 +281,8 @@ static int nokia_modem_remove(struct device *dev) | |||
281 | #ifdef CONFIG_OF | 281 | #ifdef CONFIG_OF |
282 | static const struct of_device_id nokia_modem_of_match[] = { | 282 | static const struct of_device_id nokia_modem_of_match[] = { |
283 | { .compatible = "nokia,n900-modem", }, | 283 | { .compatible = "nokia,n900-modem", }, |
284 | { .compatible = "nokia,n950-modem", }, | ||
285 | { .compatible = "nokia,n9-modem", }, | ||
284 | {}, | 286 | {}, |
285 | }; | 287 | }; |
286 | MODULE_DEVICE_TABLE(of, nokia_modem_of_match); | 288 | MODULE_DEVICE_TABLE(of, nokia_modem_of_match); |