mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
dm: treewide: Rename ..._platdata variables to just ..._plat
Try to maintain some consistency between these variables by using _plat as a suffix for them. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -104,10 +104,10 @@ struct vbe_ddc_info {
|
||||
extern struct vbe_mode_info mode_info;
|
||||
|
||||
struct video_priv;
|
||||
struct video_uc_platdata;
|
||||
struct video_uc_plat;
|
||||
int vbe_setup_video_priv(struct vesa_mode_info *vesa,
|
||||
struct video_priv *uc_priv,
|
||||
struct video_uc_platdata *plat);
|
||||
struct video_uc_plat *plat);
|
||||
int vbe_setup_video(struct udevice *dev, int (*int15_handler)(void));
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user