aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2016-05-06 15:08:34 +0200
committerAndrea Adami <andrea.adami@gmail.com>2016-05-06 15:09:27 +0200
commit5a82cc1937e93b70ebee5d9664fa640795d1b8b2 (patch)
treec0b2ebd4cae3d3cc7a9f24c35061e2c432a3b96e
parentd3f1e2f7679d75e5638487b246b832ec3f47ea51 (diff)
downloadmeta-handheld-5a82cc1937e93b70ebee5d9664fa640795d1b8b2.tar.gz
linux-handheld_4.4: remove extraneous patch
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
-rw-r--r--recipes-kernel/linux/linux-handheld-4.4/locomo/0039-XXX-don-t-emit-added-moved-or-deleted-file-warning.patch26
-rw-r--r--recipes-kernel/linux/linux-handheld_4.4.bb1
2 files changed, 0 insertions, 27 deletions
diff --git a/recipes-kernel/linux/linux-handheld-4.4/locomo/0039-XXX-don-t-emit-added-moved-or-deleted-file-warning.patch b/recipes-kernel/linux/linux-handheld-4.4/locomo/0039-XXX-don-t-emit-added-moved-or-deleted-file-warning.patch
deleted file mode 100644
index 0dc9a81..0000000
--- a/recipes-kernel/linux/linux-handheld-4.4/locomo/0039-XXX-don-t-emit-added-moved-or-deleted-file-warning.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From cd5bf984e8d3c6503d4173111dae47d2201e654f Mon Sep 17 00:00:00 2001
-From: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
-Date: Mon, 27 Apr 2015 22:23:54 +0300
-Subject: [PATCH 39/44] XXX: don't emit added, moved or deleted file warning
-
-Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
----
- scripts/checkpatch.pl | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
-index 2b3c228..c5c0f5a 100755
---- a/scripts/checkpatch.pl
-+++ b/scripts/checkpatch.pl
-@@ -1961,7 +1961,7 @@ sub process {
- my $commit_log_possible_stack_dump = 0;
- my $commit_log_long_line = 0;
- my $commit_log_has_diff = 0;
-- my $reported_maintainer_file = 0;
-+ my $reported_maintainer_file = 1;
- my $non_utf8_charset = 0;
-
- my $last_blank_line = 0;
---
-1.9.1
-
diff --git a/recipes-kernel/linux/linux-handheld_4.4.bb b/recipes-kernel/linux/linux-handheld_4.4.bb
index 8b529f3..7b64896 100644
--- a/recipes-kernel/linux/linux-handheld_4.4.bb
+++ b/recipes-kernel/linux/linux-handheld_4.4.bb
@@ -46,7 +46,6 @@ LOCOMO_PATCHES = "\
file://locomo/0036-ARM-sa1100-populate-codec-platform-data-with-irq.patch \
file://locomo/0037-mfd-ucb1x00-make-use-of-provided-irq.patch \
file://locomo/0038-XXX-ucb11x0-don-t-exit-if-UCB-is-not-detected.patch \
- file://locomo/0039-XXX-don-t-emit-added-moved-or-deleted-file-warning.patch \
file://locomo/0040-input-locomokbd-provide-an-Alt-SysRQ-combination.patch \
"
LOCOMO_PATCHES += "file://locomo/0090-locomokbd.c-fix-missing-KEY_CENTER.patch"