Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1386182
| From | Eric Engestrom <eric.engestrom@imgtec.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/4] drivers: firmware: psci: remove duplicate const qualifier |
| Date | 2016-04-25 11:50 +0200 |
| Message-ID | <rrLjs-3xc-11@gated-at.bofh.it> (permalink) |
| References | <rrLjr-3xc-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
---
drivers/firmware/psci.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/firmware/psci.c b/drivers/firmware/psci.c
index 11bfee8..0ab477ba 100644
--- a/drivers/firmware/psci.c
+++ b/drivers/firmware/psci.c
@@ -563,7 +563,7 @@ static int __init psci_0_1_init(struct device_node *np)
return err;
}
-static const struct of_device_id const psci_of_match[] __initconst = {
+static const struct of_device_id psci_of_match[] __initconst = {
{ .compatible = "arm,psci", .data = psci_0_1_init},
{ .compatible = "arm,psci-0.2", .data = psci_0_2_init},
{ .compatible = "arm,psci-1.0", .data = psci_0_2_init},
--
2.7.4
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 1/4] perf tools: remove duplicate const qualifier Eric Engestrom <eric.engestrom@imgtec.com> - 2016-04-25 11:50 +0200
[PATCH 4/4] ARM: remove duplicate const qualifier Eric Engestrom <eric.engestrom@imgtec.com> - 2016-04-25 11:50 +0200
Re: [PATCH 4/4] ARM: remove duplicate const qualifier Viresh Kumar <viresh.kumar@linaro.org> - 2016-04-25 12:00 +0200
Re: [PATCH 4/4] ARM: remove duplicate const qualifier Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-04-25 12:00 +0200
Re: [PATCH 4/4] ARM: remove duplicate const qualifier Eric Engestrom <eric.engestrom@imgtec.com> - 2016-04-25 12:40 +0200
Re: [PATCH 4/4] ARM: remove duplicate const qualifier Arnd Bergmann <arnd@arndb.de> - 2016-04-25 13:50 +0200
Re: [PATCH 4/4] ARM: remove duplicate const qualifier Eric Engestrom <eric.engestrom@imgtec.com> - 2016-04-25 15:00 +0200
Re: [PATCH 4/4] ARM: remove duplicate const qualifier Nicolas Pitre <nicolas.pitre@linaro.org> - 2016-04-25 16:20 +0200
Re: [PATCH 4/4] ARM: remove duplicate const qualifier Eric Engestrom <eric.engestrom@imgtec.com> - 2016-04-25 16:40 +0200
Re: [PATCH 4/4] ARM: remove duplicate const qualifier khalasa@piap.pl (Krzysztof Hałasa) - 2016-04-26 12:20 +0200
Re: [PATCH 4/4] ARM: remove duplicate const qualifier Nicolas Pitre <nicolas.pitre@linaro.org> - 2016-04-27 22:10 +0200
Re: [PATCH 4/4] ARM: remove duplicate const qualifier Sylvain Lemieux <slemieux.tyco@gmail.com> - 2016-04-25 13:00 +0200
[PATCH 2/4] drivers: firmware: psci: remove duplicate const qualifier Eric Engestrom <eric.engestrom@imgtec.com> - 2016-04-25 11:50 +0200
Re: [PATCH 2/4] drivers: firmware: psci: remove duplicate const qualifier Jisheng Zhang <jszhang@marvell.com> - 2016-04-25 12:40 +0200
[PATCH 3/4] dmaengine: pxa_dma: remove duplicate const qualifier Eric Engestrom <eric.engestrom@imgtec.com> - 2016-04-25 11:50 +0200
Re: [PATCH 3/4] dmaengine: pxa_dma: remove duplicate const qualifier Robert Jarzmik <robert.jarzmik@free.fr> - 2016-04-25 21:20 +0200
Re: [PATCH 3/4] dmaengine: pxa_dma: remove duplicate const qualifier Vinod Koul <vinod.koul@intel.com> - 2016-04-26 18:30 +0200
Re: [PATCH 1/4] perf tools: remove duplicate const qualifier Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-04-25 23:20 +0200
[tip:perf/core] perf tools: Remove duplicate const qualifier tip-bot for Eric Engestrom <tipbot@zytor.com> - 2016-04-27 17:40 +0200
csiph-web