summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2017-03-05 10:34:45 -0700
committerMartin Roth <martinroth@google.com>2017-03-07 15:03:45 +0100
commit93757f8543dc8e3f833e3f8a267b8ba1919449a4 (patch)
tree31bf286858f4805ffe2d2e145bacc43c20300857 /util
parentae34e97ad736fcb50875bc4adcffaf7e3a862504 (diff)
downloadcoreboot-93757f8543dc8e3f833e3f8a267b8ba1919449a4.tar.gz
coreboot-93757f8543dc8e3f833e3f8a267b8ba1919449a4.tar.bz2
coreboot-93757f8543dc8e3f833e3f8a267b8ba1919449a4.zip
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. Change-Id: I9396009e82e762aa0cc037dbe9e7133962af6354 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/18577 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util')
-rwxr-xr-xutil/scripts/get_maintainer.pl5
1 files changed, 0 insertions, 5 deletions
diff --git a/util/scripts/get_maintainer.pl b/util/scripts/get_maintainer.pl
index 633f2dd3de27..4f34a4e6fba7 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 = ();