Skip to content

Commit

Permalink
gpu: host1x: Sort drivers by probe order
Browse files Browse the repository at this point in the history
External driver declarations are sorted by probe order for consistency.

Signed-off-by: Thierry Reding <treding@nvidia.com>
  • Loading branch information
Thierry Reding committed Sep 3, 2013
1 parent 03c961b commit 57c6eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/host1x/dev.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 57c6eb6

Please sign in to comment.