forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
kernel/drivers/regulator/tps65023-regulator.c
....@@ -3,7 +3,7 @@
33 *
44 * Supports TPS65023 Regulator
55 *
6
- * Copyright (C) 2009 Texas Instrument Incorporated - http://www.ti.com/
6
+ * Copyright (C) 2009 Texas Instrument Incorporated - https://www.ti.com/
77 *
88 * This program is free software; you can redistribute it and/or
99 * modify it under the terms of the GNU General Public License as
....@@ -316,7 +316,7 @@
316316 return 0;
317317 }
318318
319
-static const struct of_device_id tps65023_of_match[] = {
319
+static const struct of_device_id __maybe_unused tps65023_of_match[] = {
320320 { .compatible = "ti,tps65020", .data = &tps65020_drv_data},
321321 { .compatible = "ti,tps65021", .data = &tps65021_drv_data},
322322 { .compatible = "ti,tps65023", .data = &tps65023_drv_data},