| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH] mips: include export.h in for EXPORT_SYMBOL in ops-loongson2.c |
| From: | Matt Turner <mattst88@gmail.com> |
| Date: | Sat, 5 May 2012 18:22:55 -0400 |
| Cc: | linux-mips@linux-mips.org, Matt Turner <mattst88@gmail.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=EFWEDx1FZ83DhuwolRn2h5RVIGoxnm9Tpt+aEad1lyE=; b=Togtd+XjQtLFsRanKEOvCN6aV6rkVYRVCBJyyvXU0aK+9RDXL2eSRb0BDPMkg9kfc0 0iKxW8HDKitYGusoIz+27Rl6tlkgox+FoZvuIhBhvZImxBGn+YP7i7WzKUcEi9MjxrI4 0dkttzB/Qa34ci7n0eu3Q4QvPji7DP/niAttAvUfRhC3PV0qJjJkoPWWuCIGu+VEnEtV GI7PT1Ai32zSKkjS++yHec2Sw34NKvJiMKBSO9qNj8VK75rlo42kMDg6QmnliLB3cY6f SDGn41QcDKPRaK5suD/oMCDzB4CW2QV2KzfyqOWLo3bsQnfE//7U1rM4VqBFmqhhZ2yU 6DlQ== |
| Sender: | linux-mips-bounce@linux-mips.org |
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> --- arch/mips/pci/ops-loongson2.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/mips/pci/ops-loongson2.c b/arch/mips/pci/ops-loongson2.c index d657ee0..afd2211 100644 --- a/arch/mips/pci/ops-loongson2.c +++ b/arch/mips/pci/ops-loongson2.c @@ -15,6 +15,7 @@ #include <linux/pci.h> #include <linux/kernel.h> #include <linux/init.h> +#include <linux/export.h> #include <loongson.h> -- 1.7.3.4 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] mips: set ST0_MX flag for MDMX, Matt Turner |
|---|---|
| Next by Date: | Re: [PATCH v2,03/10] MIPS: Add support for the M14K core., Maciej W. Rozycki |
| Previous by Thread: | [PATCH] MIPS: Handle huge pages with 64KB base page size., David Daney |
| Next by Thread: | Re: [PATCH v2,03/10] MIPS: Add support for the M14K core., Maciej W. Rozycki |
| Indexes: | [Date] [Thread] [Top] [All Lists] |