]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
gpu: host1x: Sort drivers by probe order
authorThierry Reding <treding@nvidia.com>
Tue, 3 Sep 2013 07:02:22 +0000 (09:02 +0200)
committerThierry Reding <treding@nvidia.com>
Tue, 3 Sep 2013 08:10:12 +0000 (10:10 +0200)
External driver declarations are sorted by probe order for consistency.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/host1x/dev.h

index 790ddf114e58e46d33794a9bb5dc95ae07520e9f..bed90a8131be590fef951c533cbf3622708184da 100644 (file)
@@ -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