| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH] MIPS: Alchemy: db1300: fix build: missing module.h |
| From: | Manuel Lauss <manuel.lauss@googlemail.com> |
| Date: | Wed, 9 Nov 2011 19:38:46 +0100 |
| Cc: | Linux-MIPS <linux-mips@linux-mips.org>, Manuel Lauss <manuel.lauss@googlemail.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=412eoE73D3ZjyFUTWIFPzVuiEjakyPho8h079qPOwkg=; b=qP+8EoPNsErtnKrzc17fSOuvVE1V5m23PuP5XHK3+yugypvHQoouGzHe4pyjA1uMoq CLzJcf2I69U/Me1o7MpmbJbqzYTh0N5k62Xs4DHFezfowDx5K0cjEK5dXzkG2wnIMn/m ceoH9N1CyL3WNXCVeKEuBV7QpJszTlI0PO7m0= |
| In-reply-to: | <20111109145015.GE19187@linux-mips.org> |
| References: | <20111109145015.GE19187@linux-mips.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
add module.h to fix build (symbol_get/symbol_put) against 3.2-rc1 Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com> --- Please fold into "[PATCH 05/18] Basic support for the DB1300 board." arch/mips/alchemy/devboards/db1300.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/mips/alchemy/devboards/db1300.c b/arch/mips/alchemy/devboards/db1300.c index 23fd4ff..0893f2a 100644 --- a/arch/mips/alchemy/devboards/db1300.c +++ b/arch/mips/alchemy/devboards/db1300.c @@ -14,6 +14,7 @@ #include <linux/leds.h> #include <linux/ata_platform.h> #include <linux/mmc/host.h> +#include <linux/module.h> #include <linux/mtd/mtd.h> #include <linux/mtd/nand.h> #include <linux/mtd/partitions.h> -- 1.7.7.2 |
| Previous by Date: | Re: patch to support topdown mmap allocation in MIPS, Ralf Baechle |
|---|---|
| Next by Date: | [PATCH] MIPS: Alchemy: db1100: fix build: missing module.h, Manuel Lauss |
| Previous by Thread: | Re: [PATCH 05/18] MIPS: Alchemy: DB1300 support, Ralf Baechle |
| Next by Thread: | Re: [PATCH] MIPS: Alchemy: db1300: fix build: missing module.h, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |