| .. | .. |
|---|
| 3 | 3 | * |
|---|
| 4 | 4 | * Supports TPS65023 Regulator |
|---|
| 5 | 5 | * |
|---|
| 6 | | - * Copyright (C) 2009 Texas Instrument Incorporated - http://www.ti.com/ |
|---|
| 6 | + * Copyright (C) 2009 Texas Instrument Incorporated - https://www.ti.com/ |
|---|
| 7 | 7 | * |
|---|
| 8 | 8 | * This program is free software; you can redistribute it and/or |
|---|
| 9 | 9 | * modify it under the terms of the GNU General Public License as |
|---|
| .. | .. |
|---|
| 316 | 316 | return 0; |
|---|
| 317 | 317 | } |
|---|
| 318 | 318 | |
|---|
| 319 | | -static const struct of_device_id tps65023_of_match[] = { |
|---|
| 319 | +static const struct of_device_id __maybe_unused tps65023_of_match[] = { |
|---|
| 320 | 320 | { .compatible = "ti,tps65020", .data = &tps65020_drv_data}, |
|---|
| 321 | 321 | { .compatible = "ti,tps65021", .data = &tps65021_drv_data}, |
|---|
| 322 | 322 | { .compatible = "ti,tps65023", .data = &tps65023_drv_data}, |
|---|