Skip to content

Commit 57c6eb6

Browse files
committed
gpu: host1x: Sort drivers by probe order
External driver declarations are sorted by probe order for consistency. Signed-off-by: Thierry Reding <[email protected]>
1 parent 03c961b commit 57c6eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/host1x/dev.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,8 @@ static inline void host1x_hw_show_mlocks(struct host1x *host, struct output *o)
301301
host->debug_op->show_mlocks(host, o);
302302
}
303303

304-
extern struct platform_driver tegra_hdmi_driver;
305304
extern struct platform_driver tegra_dc_driver;
305+
extern struct platform_driver tegra_hdmi_driver;
306306
extern struct platform_driver tegra_gr2d_driver;
307307

308308
#endif

0 commit comments

Comments
 (0)