From: Thierry Reding Date: Tue, 3 Sep 2013 07:02:22 +0000 (+0200) Subject: gpu: host1x: Sort drivers by probe order X-Git-Tag: v4.0~3226^2~18^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=57c6eb6f2cf89baef4188b4257b3e756f9aebef4;p=platform%2Fkernel%2Flinux-amlogic.git gpu: host1x: Sort drivers by probe order External driver declarations are sorted by probe order for consistency. Signed-off-by: Thierry Reding --- diff --git a/drivers/gpu/host1x/dev.h b/drivers/gpu/host1x/dev.h index 790ddf1..bed90a8 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) 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