]> git.hungrycats.org Git - linux/commit
xtensa: remove unused setup_profiling_timer function
authorAnthony Iliopoulos <ailiop@suse.com>
Thu, 20 Aug 2026 12:36:51 +0000 (14:36 +0200)
committerMax Filippov <jcmvbkbc@gmail.com>
Mon, 24 Aug 2026 12:16:01 +0000 (05:16 -0700)
commiteb049bdbf2b98d103d93daef44a5e1a0164d01eb
tree7b2c85e0a37345848edc690d81460d70528be2bc
parenta7c958e8721eb2724ee2e2ef13129bc67e1c8a75
xtensa: remove unused setup_profiling_timer function

setup_profiling_timer() is not used by any code at this point. Since a
default weak implementation exists, there is no need to keep this
arch-specific definition around. Remove it along with the now-redundant
profile header includes.

Signed-off-by: Anthony Iliopoulos <ailiop@suse.com>
Message-ID: <20260820123711.142005-1-ailiop@suse.com>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
arch/xtensa/kernel/smp.c
arch/xtensa/kernel/time.c