mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
dm: led: Rename struct led_uclass_plat
These structures are normally named with 'uc' instead of 'uclass'. Change this one for consistency. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Ziping Chen <techping.chan@gmail.com>
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
#define __LED_H
|
||||
|
||||
/**
|
||||
* struct led_uclass_plat - Platform data the uclass stores about each device
|
||||
* struct led_uc_plat - Platform data the uclass stores about each device
|
||||
*
|
||||
* @label: LED label
|
||||
*/
|
||||
struct led_uclass_plat {
|
||||
struct led_uc_plat {
|
||||
const char *label;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user