| To: | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> |
|---|---|
| Subject: | Re: [PATCH] MIPS: Alchemy: fix deprecated compile warnings |
| From: | Manuel Lauss <manuel.lauss@googlemail.com> |
| Date: | Wed, 23 Jun 2010 18:31:18 +0200 |
| Cc: | linux-mips@linux-mips.org, ralf@linux-mips.org, manuel.lauss@gmail.com |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=6+mnvSk88cVoStlt6Lwx73nsR2LRUriBfpGOpEX7vys=; b=tcoVD4KToVuME58yc4ms2YHhmUzCBUUtg3721P6fzvq1Gayos1JS6fp0tyyLAGG9im sFmPLicNCaNnUuGvx0dhl40zrj9DjqQtElk3QuGThZfQXobMZF9DSa0F5uWvBTFr0sWX wEzAlNqA6LFcBCTFa7AOB56GSMBiZ9fc3zXFw= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Ng90FJxCMtEMsjAiW7Lpijbdu4mdzf8RwvGbstzUDjCnhbKLnAjPaW5Uw4HPA4tKyt Lhk+ForRrU6TiSEeBlHzjJKkIlmDggJUyWYmafT+gND84UcH7pAPKSZtMNYe0rxDVGJQ trvS0Dwkq1nYNIBwBIE+cvsQUO/8QD8OboeQM= |
| In-reply-to: | <20100624012415L.fujita.tomonori@lab.ntt.co.jp> |
| References: | <20100624012415L.fujita.tomonori@lab.ntt.co.jp> |
| Sender: | linux-mips-bounce@linux-mips.org |
On Wed, Jun 23, 2010 at 6:26 PM, FUJITA Tomonori
<fujita.tomonori@lab.ntt.co.jp> wrote:
> I got the following errors on linux-next. They might be already
> addressed (I've not subscribed to linux-mips@linux-mips), but anyway
> here's a fix.
>
> =
> From: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
> Subject: [PATCH] MIPS: Alchemy: fix deprecated compile warnings
>
> replace deprecated DMA_32BIT_MASK with DMA_BIT_MASK.
>
> cc1: warnings being treated as errors
> arch/mips/alchemy/devboards/db1200/platform.c:219: error: 'DMA_nnBIT_MASK' is
> deprecated
> arch/mips/alchemy/devboards/db1200/platform.c:226: error: 'DMA_nnBIT_MASK' is
> deprecated
> arch/mips/alchemy/devboards/db1200/platform.c:388: error: 'DMA_nnBIT_MASK' is
> deprecated
> arch/mips/alchemy/devboards/db1200/platform.c:393: error: 'DMA_nnBIT_MASK' is
> deprecated
>
> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
> ---
> arch/mips/alchemy/devboards/db1200/platform.c | 8 ++++----
> 1 files changed, 4 insertions(+), 4 deletions(-)
Acked-by: Manuel Lauss <manuel.lauss@googlemail.com>
Thank you!
Manuel Lauss
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] MIPS: Alchemy: fix deprecated compile warnings, FUJITA Tomonori |
|---|---|
| Next by Date: | [PATCH 2/2] netdev: mdio-octeon: Fix section mismatch errors., David Daney |
| Previous by Thread: | [PATCH] MIPS: Alchemy: fix deprecated compile warnings, FUJITA Tomonori |
| Next by Thread: | [PATCH 0/2] Fix some section mismatch errors for Octeon network drivers, David Daney |
| Indexes: | [Date] [Thread] [Top] [All Lists] |