aboutsummaryrefslogtreecommitdiff
path: root/util/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'util/scripts')
-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 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 = ();