rust: helpers: remove unnecessary header includes
authorTamir Duberstein <tamird@gmail.com>
Wed, 9 Oct 2024 16:25:30 +0000 (12:25 -0400)
committerMiguel Ojeda <ojeda@kernel.org>
Mon, 21 Oct 2024 15:35:59 +0000 (17:35 +0200)
commitd4d7c05f9656fd8e14c6977a54986264eb296ec8
tree41a30f27d90c6610a565d4153686fbe93b2c280b
parent54c5dc52143e5b335b698f4e8810efa1f00787bf
rust: helpers: remove unnecessary header includes

Commit e26fa546042a ("rust: kbuild: auto generate helper exports")
removed the need for these by automatically generating the exports; it
removed the explicit uses of `EXPORT_SYMBOL_GPL` but didn't remove the
`#include <linux/export.h>`s.

Signed-off-by: Tamir Duberstein <tamird@gmail.com>
Reviewed-by: Gary Guo <gary@garyguo.net>
Reviewed-by: Andreas Hindborg <a.hindborg@kernel.org>
Link: https://lore.kernel.org/r/20241009162553.27845-2-tamird@gmail.com
[ Reworded title. - Miguel ]
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
rust/helpers/build_bug.c
rust/helpers/err.c
rust/helpers/kunit.c
rust/helpers/mutex.c
rust/helpers/refcount.c
rust/helpers/signal.c
rust/helpers/spinlock.c
rust/helpers/task.c
rust/helpers/wait.c
rust/helpers/workqueue.c