diff options
author | Luis R. Rodriguez <mcgrof@kernel.org> | 2016-06-29 18:14:59 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.com> | 2016-07-22 06:13:39 -0400 |
commit | cc65e823363834a7ff0a2eca9bef2bbef64135f7 (patch) | |
tree | 3b6225a6f7e2b8bb02ea6d4395dcdaa802ee45c8 | |
parent | c100d537b9a088caddb4e355847986b439b017c2 (diff) |
scripts/coccinelle: require coccinelle >= 1.0.4 on device_node_continue.cocci
Make use of the new Requires: tag to be able to specify coccinelle binary
version requirements. The cocci file device_node_continue.cocci requires at
least coccinelle 1.0.4.
Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Acked-by: Nicolas Palix <nicolas.palix@imag.fr>
Signed-off-by: Michal Marek <mmarek@suse.com>
-rw-r--r-- | scripts/coccinelle/iterators/device_node_continue.cocci | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/coccinelle/iterators/device_node_continue.cocci b/scripts/coccinelle/iterators/device_node_continue.cocci index 38ab744a4037..a36c16db171b 100644 --- a/scripts/coccinelle/iterators/device_node_continue.cocci +++ b/scripts/coccinelle/iterators/device_node_continue.cocci | |||
@@ -5,8 +5,11 @@ | |||
5 | // Copyright: (C) 2015 Julia Lawall, Inria. GPLv2. | 5 | // Copyright: (C) 2015 Julia Lawall, Inria. GPLv2. |
6 | // URL: http://coccinelle.lip6.fr/ | 6 | // URL: http://coccinelle.lip6.fr/ |
7 | // Options: --no-includes --include-headers | 7 | // Options: --no-includes --include-headers |
8 | // Requires: 1.0.4 | ||
8 | // Keywords: for_each_child_of_node, etc. | 9 | // Keywords: for_each_child_of_node, etc. |
9 | 10 | ||
11 | // This uses a conjunction, which requires at least coccinelle >= 1.0.4 | ||
12 | |||
10 | virtual patch | 13 | virtual patch |
11 | virtual context | 14 | virtual context |
12 | virtual org | 15 | virtual org |