mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 16:41:25 +00:00
gpu: host1x: Sort drivers by probe order
External driver declarations are sorted by probe order for consistency. Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
03c961ba6d
commit
57c6eb6f2c
1 changed files with 1 additions and 1 deletions
|
@ -301,8 +301,8 @@ static inline void host1x_hw_show_mlocks(struct host1x *host, struct output *o)
|
||||||
host->debug_op->show_mlocks(host, o);
|
host->debug_op->show_mlocks(host, o);
|
||||||
}
|
}
|
||||||
|
|
||||||
extern struct platform_driver tegra_hdmi_driver;
|
|
||||||
extern struct platform_driver tegra_dc_driver;
|
extern struct platform_driver tegra_dc_driver;
|
||||||
|
extern struct platform_driver tegra_hdmi_driver;
|
||||||
extern struct platform_driver tegra_gr2d_driver;
|
extern struct platform_driver tegra_gr2d_driver;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue