aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pwm
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2018-09-21 12:13:07 +0200
committerThierry Reding <thierry.reding@gmail.com>2018-09-26 16:01:39 +0200
commitf31fb2fe1ea4a03279c538612e7ecf0e5017639a (patch)
treefbd19810da09d8d4e69a661b31767433113c4f94 /drivers/pwm
parentLinux 4.19-rc1 (diff)
downloadwireguard-linux-f31fb2fe1ea4a03279c538612e7ecf0e5017639a.tar.xz
wireguard-linux-f31fb2fe1ea4a03279c538612e7ecf0e5017639a.zip
pwm: tegra: Remove gratuituous blank line
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>
Diffstat (limited to 'drivers/pwm')
-rw-r--r--drivers/pwm/pwm-tegra.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pwm/pwm-tegra.c b/drivers/pwm/pwm-tegra.c
index f8ebbece57b7..48c4595a0ffc 100644
--- 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 = {