Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit daf76dbb authored by Matt Turner's avatar Matt Turner Committed by Ralf Baechle
Browse files

MIPS: Include export.h in for EXPORT_SYMBOL in ops-loongson2.c



Fixes
warning: data definition has no type or storage class [enabled by default]
warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL' [-Wimplicit-int]
warning: parameter names (without types) in function declaration [enabled by default]

Signed-off-by: default avatarMatt Turner <mattst88@gmail.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3746/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 36be5051
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
#include <linux/pci.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/export.h>

#include <loongson.h>