| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH] MIPS: Alchemy: db1100: fix build: missing module.h |
| From: | Manuel Lauss <manuel.lauss@googlemail.com> |
| Date: | Wed, 9 Nov 2011 19:39:15 +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=+vkfPZ56LgbPqlSWQSReWw/cyMEVMqHvn1P4lT9vEFA=; b=V2KATtbPyPR/Pp9e6hBOa9EVQV2V10KcXRXNWU2WDSHAv0V6nj04IiyO8hICU4AfC5 53YPhiguT0M95wPA2ukv1vU+isyr93cCZltbrpwpHufkNx0WCC3hMzn2W68FGK7ELoYD p+lUL/DvF9E791PlWDOnVo6O3KvB+ihe+mjro= |
| In-reply-to: | <20111109145325.GL19187@linux-mips.org> |
| References: | <20111109145325.GL19187@linux-mips.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
fix build against 3.2-rc1, add a missing module.h (symbol_get/symbol_put). Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com> --- Please fold into "[PATCH 12/18] MIPS: Alchemy: MMC for DB1100". arch/mips/alchemy/devboards/db1000.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/mips/alchemy/devboards/db1000.c b/arch/mips/alchemy/devboards/db1000.c index e110f6d..1b81dbf 100644 --- a/arch/mips/alchemy/devboards/db1000.c +++ b/arch/mips/alchemy/devboards/db1000.c @@ -25,6 +25,7 @@ #include <linux/interrupt.h> #include <linux/leds.h> #include <linux/mmc/host.h> +#include <linux/module.h> #include <linux/platform_device.h> #include <linux/pm.h> #include <linux/spi/spi.h> -- 1.7.7.2 |
| Previous by Date: | [PATCH] MIPS: Alchemy: db1300: fix build: missing module.h, Manuel Lauss |
|---|---|
| Next by Date: | Re: [PATCH] MIPS: Alchemy: db1300: fix build: missing module.h, Ralf Baechle |
| Previous by Thread: | Re: [PATCH 12/18] MIPS: Alchemy: MMC for DB1100, Ralf Baechle |
| Next by Thread: | Re: [PATCH] MIPS: Alchemy: db1100: fix build: missing module.h, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |