Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758297AbdLRL01 (ORCPT ); Mon, 18 Dec 2017 06:26:27 -0500 Received: from mail-oi0-f67.google.com ([209.85.218.67]:34399 "EHLO mail-oi0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750760AbdLRL0Y (ORCPT ); Mon, 18 Dec 2017 06:26:24 -0500 X-Google-Smtp-Source: ACJfBotYnUEOMkpaDISXfRk9YKtaRMF7gILbR+/6CSZtnEtbSnVoUFZ0er/w/hcCVRBLtcENKnc21ROpps+wq3GlwNQ= MIME-Version: 1.0 In-Reply-To: References: From: Arnd Bergmann Date: Mon, 18 Dec 2017 12:26:23 +0100 X-Google-Sender-Auth: A_xof-sx51W1pQrYpMfyf4HDZ0U Message-ID: Subject: Re: [PATCH v4 13/36] nds32: Device specific operations To: Greentime Hu Cc: Greentime , Linux Kernel Mailing List , linux-arch , Thomas Gleixner , Jason Cooper , Marc Zyngier , Rob Herring , Networking , Vincent Chen , DTML , Al Viro , David Howells , Will Deacon , Daniel Lezcano , linux-serial@vger.kernel.org, Geert Uytterhoeven , Linus Walleij , Mark Rutland , Greg KH , ren_guo@c-sky.com, Philippe Ombredanne , Vincent Chen Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 262 Lines: 10 On Mon, Dec 18, 2017 at 7:46 AM, Greentime Hu wrote: > +#define __ASM_NDS32_IO_H > + > +extern void iounmap(void __iomem *addr); The prototype here should probably include 'volatile' to avoid warnings in an allmodconfig build. Arnd