diff options
author | Keerthy <j-keerthy@ti.com> | 2017-01-17 19:19:12 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-01-26 12:00:21 +0300 |
commit | 53d333ac93911dab22d12a78b0a6414f9afb0117 (patch) | |
tree | b6844ea421d0f7a5545ba495d454f0ee84db12d8 /include/linux/platform_data/gpio-davinci.h | |
parent | 8f7cf8c65746d94d58fa94edc134a22a7e528de4 (diff) | |
download | linux-53d333ac93911dab22d12a78b0a6414f9afb0117.tar.xz |
gpio: davinci: Remove unwanted blank line
Remove redundant blank line.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'include/linux/platform_data/gpio-davinci.h')
-rw-r--r-- | include/linux/platform_data/gpio-davinci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/platform_data/gpio-davinci.h b/include/linux/platform_data/gpio-davinci.h index 44ca5303849c..18127c4aa4ba 100644 --- a/include/linux/platform_data/gpio-davinci.h +++ b/include/linux/platform_data/gpio-davinci.h @@ -26,7 +26,6 @@ struct davinci_gpio_platform_data { u32 gpio_unbanked; }; - struct davinci_gpio_controller { struct gpio_chip chip; struct irq_domain *irq_domain; |