From 3a2a59454557ba19360d36095dd5c53475572848 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sun, 5 Mar 2017 10:34:45 -0700 Subject: [PATCH] UPSTREAM: util/scripts/get_maintainer.pl: Remove linux tree check This was removed from the previous version, but we'd like it in a separate patch, so it's obvious and can easily be applied to the next version. BUG=none BRANCH=none TEST=none Change-Id: Id1de5d6dac3a230804d03748346bcc35183f52d1 Signed-off-by: Patrick Georgi Original-Commit-Id: 93757f8543dc8e3f833e3f8a267b8ba1919449a4 Original-Change-Id: I9396009e82e762aa0cc037dbe9e7133962af6354 Original-Signed-off-by: Martin Roth Original-Reviewed-on: https://review.coreboot.org/18577 Original-Tested-by: build bot (Jenkins) Original-Reviewed-by: Paul Menzel Original-Reviewed-by: Patrick Georgi Reviewed-on: https://chromium-review.googlesource.com/451362 --- util/scripts/get_maintainer.pl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/util/scripts/get_maintainer.pl b/util/scripts/get_maintainer.pl index 633f2dd3de..4f34a4e6fb 100755 --- a/util/scripts/get_maintainer.pl +++ b/util/scripts/get_maintainer.pl @@ -297,11 +297,6 @@ if ($email && die "$P: Please select at least 1 email option\n"; } -if (!top_of_kernel_tree($lk_path)) { - die "$P: The current directory does not appear to be " - . "a linux kernel source tree.\n"; -} - ## Read MAINTAINERS for type/value pairs my @typevalue = ();