diff options
| -rw-r--r-- | drivers/clk/clk-s2mps11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/clk-s2mps11.c b/drivers/clk/clk-s2mps11.c index 0934d3724495..4080d4e78e8e 100644 --- a/drivers/clk/clk-s2mps11.c +++ b/drivers/clk/clk-s2mps11.c | |||
| @@ -255,7 +255,7 @@ MODULE_DEVICE_TABLE(platform, s2mps11_clk_id); | |||
| 255 | * This requires of_device_id table. In the same time this will not change the | 255 | * This requires of_device_id table. In the same time this will not change the |
| 256 | * actual *device* matching so do not add .of_match_table. | 256 | * actual *device* matching so do not add .of_match_table. |
| 257 | */ | 257 | */ |
| 258 | static const struct of_device_id s2mps11_dt_match[] = { | 258 | static const struct of_device_id s2mps11_dt_match[] __used = { |
| 259 | { | 259 | { |
| 260 | .compatible = "samsung,s2mps11-clk", | 260 | .compatible = "samsung,s2mps11-clk", |
| 261 | .data = (void *)S2MPS11X, | 261 | .data = (void *)S2MPS11X, |
