mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
MIPS/Loongson: Fix build warnings about export.h
After commita934a57a42("scripts/misc-check: check missing #include <linux/export.h> when W=1") and7d95680d64("scripts/misc-check: check unnecessary #include <linux/export.h> when W=1"), we get some build warnings with W=1: arch/mips/loongson64/setup.c: warning: EXPORT_SYMBOL() is not used, but #include <linux/export.h> is present So fix these build warnings for MIPS/Loongson. Signed-off-by: Huacai Chen <chenhuacai@loongson.cn> Reviewed-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
parent
9591220e7a
commit
3376910ff8
|
|
@ -3,7 +3,6 @@
|
|||
* Copyright (C) 2007 Lemote Inc. & Institute of Computing Technology
|
||||
* Author: Fuxin Zhang, zhangfx@lemote.com
|
||||
*/
|
||||
#include <linux/export.h>
|
||||
#include <linux/init.h>
|
||||
|
||||
#include <asm/bootinfo.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user