On Wed, Sep 25, 2019 at 03:14:19PM +0200, Fernando Fernandez Mancera wrote: > Currently clang requires EXPORT_SYMBOL() to be above the function > implementation. At the same time doxygen is not generating the proper > documentation because of that. > > This patch solves that problem but EXPORT_SYMBOL looks less like the Linux > kernel way exporting symbols. Applied, thanks.