diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2021-04-23 18:32:59 +0530 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-05-03 17:23:06 -0600 |
commit | f5169f713e0c02333e770c9045a00fa54ac98220 (patch) | |
tree | 1b1a4564974e6ed8980d73c5c04301a9dbce15da /scripts | |
parent | 0043f0b27a0406730caef61068703fcacd9c2166 (diff) |
Removed the oprofiled version option
Removed the oprofiled version option
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Link: https://lore.kernel.org/r/c98fa38b74bdd8ab16d35862895dac5f5a535f94.1619181632.git.unixbhaskar@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ver_linux | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/ver_linux b/scripts/ver_linux index a92acc703f9b..1a8ee4ff0e32 100755 --- a/scripts/ver_linux +++ b/scripts/ver_linux @@ -47,7 +47,6 @@ BEGIN { printversion("Net-tools", version("ifconfig --version")) printversion("Kbd", version("loadkeys -V")) printversion("Console-tools", version("loadkeys -V")) - printversion("Oprofile", version("oprofiled --version")) printversion("Sh-utils", version("expr --v")) printversion("Udev", version("udevadm --version")) printversion("Wireless-tools", version("iwconfig --version")) |