diff options
author | Thierry Reding <treding@nvidia.com> | 2013-09-03 03:02:22 -0400 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2013-09-03 04:10:12 -0400 |
commit | 57c6eb6f2cf89baef4188b4257b3e756f9aebef4 (patch) | |
tree | 81fac8abcc229b24b4aafaee24456489491e11b7 /drivers/gpu/host1x | |
parent | 03c961ba6d04786c8a7e7df118538a01f442e90b (diff) |
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>
Diffstat (limited to 'drivers/gpu/host1x')
-rw-r--r-- | drivers/gpu/host1x/dev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/host1x/dev.h b/drivers/gpu/host1x/dev.h index 790ddf114e58..bed90a8131be 100644 --- a/drivers/gpu/host1x/dev.h +++ b/drivers/gpu/host1x/dev.h | |||
@@ -301,8 +301,8 @@ static inline void host1x_hw_show_mlocks(struct host1x *host, struct output *o) | |||
301 | host->debug_op->show_mlocks(host, o); | 301 | host->debug_op->show_mlocks(host, o); |
302 | } | 302 | } |
303 | 303 | ||
304 | extern struct platform_driver tegra_hdmi_driver; | ||
305 | extern struct platform_driver tegra_dc_driver; | 304 | extern struct platform_driver tegra_dc_driver; |
305 | extern struct platform_driver tegra_hdmi_driver; | ||
306 | extern struct platform_driver tegra_gr2d_driver; | 306 | extern struct platform_driver tegra_gr2d_driver; |
307 | 307 | ||
308 | #endif | 308 | #endif |