Skip to content

Commit

Permalink
MIPS: Include export.h in for EXPORT_SYMBOL in ops-loongson2.c
Browse files Browse the repository at this point in the history
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: Matt Turner <mattst88@gmail.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3746/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Matt Turner authored and Ralf Baechle committed May 15, 2012
1 parent 36be505 commit daf76db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/mips/pci/ops-loongson2.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <linux/pci.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/export.h>

#include <loongson.h>

Expand Down

0 comments on commit daf76db

Please sign in to comment.