diff options
author | Alexander Grund <flamefire89@gmail.com> | 2024-01-02 20:04:28 +0100 |
---|---|---|
committer | Alexander Grund <flamefire89@gmail.com> | 2024-01-02 20:04:39 +0100 |
commit | 14b584d405dc6c0a4a8adc1c4e391d75c6b2c5fe (patch) | |
tree | 14e43773234306e655a253246026c670ba0dd28e | |
parent | 993da0b63e330a6652ad25998856631844ab24ae (diff) |
thread_info: Remove superflous struct decls
Those should have been moved to <linux/restart_block.h> by
264c551c4c77c9645a1c5a03735a71ed37348bc4 ("UPSTREAM: thread_info: factor out restart_block")
and are now superflous.
Change-Id: Ic1c48c05ee5a2d759eb8210677c72ecad0e9a78c
-rw-r--r-- | include/linux/thread_info.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/thread_info.h b/include/linux/thread_info.h index ecbd6ad90e2e..25f861ecb195 100644 --- a/include/linux/thread_info.h +++ b/include/linux/thread_info.h @@ -11,9 +11,6 @@ #include <linux/bug.h> #include <linux/restart_block.h> -struct timespec; -struct compat_timespec; - #ifdef CONFIG_THREAD_INFO_IN_TASK /* * For CONFIG_THREAD_INFO_IN_TASK kernels we need <asm/current.h> for the |