]> git.baikalelectronics.ru Git - kernel.git/commit
linux/profile.h: remove unnecessary declaration
authorWan Jiabing <wanjiabing@vivo.com>
Fri, 7 May 2021 01:02:33 +0000 (18:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 7 May 2021 02:24:11 +0000 (19:24 -0700)
commitb7c91d4cef51dd9a375930e7ad39f9d8a0c94912
treea3f2e39122a6b12326a6540e1760c983d12e8fe7
parenta92ea65997e6e48095afd2975876d1f1e7299c20
linux/profile.h: remove unnecessary declaration

Declaring struct pt_regs is unnecessary.  On the one hand, there is no
function using it; on the other hand, struct pt_regs has been declared in
linux/kernel.h.  Remove them.

Link: https://lkml.kernel.org/r/20210401104834.1009157-1-wanjiabing@vivo.com
Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/profile.h