projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b394b2
)
pwm: tegra: Remove gratuituous blank line
author
Thierry Reding
<treding@nvidia.com>
Fri, 21 Sep 2018 10:13:07 +0000
(12:13 +0200)
committer
Thierry Reding
<thierry.reding@gmail.com>
Wed, 26 Sep 2018 14:01:39 +0000
(16:01 +0200)
It's common to follow a device tree ID table by the MODULE_DEVICE_TABLE
immediately, without an extra blank line between.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-tegra.c
patch
|
blob
|
history
diff --git
a/drivers/pwm/pwm-tegra.c
b/drivers/pwm/pwm-tegra.c
index f8ebbece57b71ad5f03501304b8144b1341cbe7f..48c4595a0ffcecb815bf641a7ca7ae34f77475cd 100644
(file)
--- a/
drivers/pwm/pwm-tegra.c
+++ b/
drivers/pwm/pwm-tegra.c
@@
-300,7
+300,6
@@
static const struct of_device_id tegra_pwm_of_match[] = {
{ .compatible = "nvidia,tegra186-pwm", .data = &tegra186_pwm_soc },
{ }
};
-
MODULE_DEVICE_TABLE(of, tegra_pwm_of_match);
static const struct dev_pm_ops tegra_pwm_pm_ops = {