Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 57c6eb6f authored by Thierry Reding's avatar Thierry Reding
Browse files

gpu: host1x: Sort drivers by probe order



External driver declarations are sorted by probe order for consistency.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 03c961ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -301,8 +301,8 @@ static inline void host1x_hw_show_mlocks(struct host1x *host, struct output *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_hdmi_driver;
extern struct platform_driver tegra_gr2d_driver;

#endif