From: Thierry Reding Date: Fri, 21 Sep 2018 10:13:07 +0000 (+0200) Subject: pwm: tegra: Remove gratuituous blank line X-Git-Tag: v4.20-rc1~18^2~19 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f31fb2fe1ea4a03279c538612e7ecf0e5017639a;p=users%2Fjedix%2Flinux-maple.git 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 Signed-off-by: Thierry Reding --- diff --git a/drivers/pwm/pwm-tegra.c b/drivers/pwm/pwm-tegra.c index f8ebbece57b71..48c4595a0ffce 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 = {