Re: [PATCH v2] rust: remove unnecessary header includes

From: Andreas Hindborg
Date: Thu Oct 10 2024 - 05:20:53 EST


"Tamir Duberstein" <tamird@xxxxxxxxx> writes:

> 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@xxxxxxxxx>


Reviewed-by: Andreas Hindborg <a.hindborg@xxxxxxxxxx>