From 93757f8543dc8e3f833e3f8a267b8ba1919449a4 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sun, 5 Mar 2017 10:34:45 -0700 Subject: 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 Reviewed-on: https://review.coreboot.org/18577 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Patrick Georgi --- util/scripts/get_maintainer.pl | 5 ----- 1 file changed, 5 deletions(-) (limited to 'util/scripts') 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 = (); -- cgit v1.2.3