projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03c961b
)
gpu: host1x: Sort drivers by probe order
author
Thierry Reding
<treding@nvidia.com>
Tue, 3 Sep 2013 07:02:22 +0000
(09:02 +0200)
committer
Thierry 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
patch
|
blob
|
history
diff --git
a/drivers/gpu/host1x/dev.h
b/drivers/gpu/host1x/dev.h
index
790ddf1
..
bed90a8
100644
(file)
--- 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