diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2021-01-14 17:05:19 +0530 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2021-01-22 12:12:20 +0530 |
commit | 1f4e74c0664a539cb2d0e98035e7664d2dcf29ba (patch) | |
tree | 6970dcc8d70f9255288660a86166b43dca1a68bd /usr | |
parent | 1941b38983482154f775d1cbecbbfeaa59a07b8f (diff) | |
download | linux-1f4e74c0664a539cb2d0e98035e7664d2dcf29ba.tar.bz2 |
arch: ia64: Remove rest of perfmon support
Perfmon support (used by oprofile earlier) was removed by commit
ecf5b72d5f66 ("ia64: Remove perfmon") earlier, but it missed few files
to remove/update.
Clean it up.
Suggested-by: Arnd Bergmann <arnd@kernel.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Robert Richter <rric@kernel.org>
Acked-by: William Cohen <wcohen@redhat.com>
Acked-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'usr')
-rw-r--r-- | usr/include/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/include/Makefile b/usr/include/Makefile index f6b3c85d900e..1c2ae1368079 100644 --- a/usr/include/Makefile +++ b/usr/include/Makefile @@ -67,8 +67,6 @@ endif ifeq ($(SRCARCH),ia64) no-header-test += asm/setup.h no-header-test += asm/sigcontext.h -no-header-test += asm/perfmon.h -no-header-test += asm/perfmon_default_smpl.h no-header-test += linux/if_bonding.h endif |