Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1560763
| From | Keerthy <j-keerthy@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH V3 2/5] gpio: davinci: Remove unwanted blank line |
| Date | 2017-01-17 17:30 +0100 |
| Message-ID | <t0ENX-SA-3@gated-at.bofh.it> (permalink) |
| References | <t0ENX-SA-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Remove redundant blank line.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
---
include/linux/platform_data/gpio-davinci.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/linux/platform_data/gpio-davinci.h b/include/linux/platform_data/gpio-davinci.h
index 44ca530..18127c4 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;
--
1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH V3 0/5] gpio: davinci: Redesign driver to accommodate ngpios in one gpio chip Keerthy <j-keerthy@ti.com> - 2017-01-17 17:30 +0100
[PATCH V3 2/5] gpio: davinci: Remove unwanted blank line Keerthy <j-keerthy@ti.com> - 2017-01-17 17:30 +0100
Re: [PATCH V3 2/5] gpio: davinci: Remove unwanted blank line Linus Walleij <linus.walleij@linaro.org> - 2017-01-19 00:30 +0100
[PATCH V3 1/5] gpio: davinci: Remove gpio2regs function to accommodate multi instances Keerthy <j-keerthy@ti.com> - 2017-01-17 17:30 +0100
Re: [PATCH V3 1/5] gpio: davinci: Remove gpio2regs function to accommodate multi instances Linus Walleij <linus.walleij@linaro.org> - 2017-01-19 00:30 +0100
[PATCH V3 4/5] gpio: davinci: Add support for multiple GPIO controllers Keerthy <j-keerthy@ti.com> - 2017-01-17 17:30 +0100
Re: [PATCH V3 4/5] gpio: davinci: Add support for multiple GPIO controllers Linus Walleij <linus.walleij@linaro.org> - 2017-01-19 00:30 +0100
[PATCH V3 3/5] gpio: davinci: Redesign driver to accommodate ngpios in one gpio chip Keerthy <j-keerthy@ti.com> - 2017-01-17 17:30 +0100
Re: [PATCH V3 0/5] gpio: davinci: Redesign driver to accommodate ngpios in one gpio chip Keerthy <j-keerthy@ti.com> - 2017-01-17 17:40 +0100
csiph-web