From patchwork Fri Feb 6 13:45:26 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Abhilash Kesavan X-Patchwork-Id: 5791821 Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 3B7E4BF440 for ; Fri, 6 Feb 2015 13:46:28 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 8435A201FA for ; Fri, 6 Feb 2015 13:46:27 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 6859B201EF for ; Fri, 6 Feb 2015 13:46:26 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 7F3F02651FE; Fri, 6 Feb 2015 14:46:20 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, NO_DNS_FOR_FROM, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=no version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id 49816264F22; Fri, 6 Feb 2015 14:45:54 +0100 (CET) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id 881C2265192; Fri, 6 Feb 2015 14:45:53 +0100 (CET) Received: from mail-pd0-f177.google.com (mail-pd0-f177.google.com [209.85.192.177]) by alsa0.perex.cz (Postfix) with ESMTP id C6C9326060D for ; Fri, 6 Feb 2015 14:45:47 +0100 (CET) Received: by pdjy10 with SMTP id y10so14851426pdj.7 for ; Fri, 06 Feb 2015 05:45:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=hQzi2g2sHoaBOdmz+Ada6hEHBpiOpHmRWmo7UWtgGNI=; b=lSzhmUorcYL5oIAk8JIImuNMaVayOltklKRJyc+08MzYoRxIFe21Z1BRG7En4+sUyW n1/MTnHBqpKC4iDU57nqNZMM2knbP32KZS7ZFW3/DDhRU9CwiqLbDI/Fu88Q2uQ9EaY5 6ihD9NXbUrPZMrlO1WHz/+/Ump8jEA/KBppOl/Y7QqyANb0siX0oAZyd2q2PIihNvK/Q d9O5ndTZ9/gS+obCg9ZKPrWZnbDENTXZvACqhKPQaE3+8tpQ+m1+6RNqzMG9keE8Bhd1 tXwgC2CYvqe6P5QpwXMMuDOlf992sv0CpeRsuJRJ53ZBX9i0rhXZn8vZRkaFIdGVt/8b /woA== X-Received: by 10.66.162.41 with SMTP id xx9mr6055002pab.68.1423230346718; Fri, 06 Feb 2015 05:45:46 -0800 (PST) Received: from localhost.localdomain ([122.172.209.203]) by mx.google.com with ESMTPSA id c9sm8173942pdm.51.2015.02.06.05.45.41 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 06 Feb 2015 05:45:46 -0800 (PST) From: Abhilash Kesavan To: gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, hirokazu.takata.wj@renesas.com Date: Fri, 6 Feb 2015 19:15:26 +0530 Message-Id: <1423230328-6721-2-git-send-email-a.kesavan@samsung.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1423230328-6721-1-git-send-email-a.kesavan@samsung.com> References: <1423230328-6721-1-git-send-email-a.kesavan@samsung.com> Cc: alsa-devel@alsa-project.org, heiko@sntech.de, shc_work@mail.ru, padma.v@samsung.com, tony@atomide.com, catalin.marinas@arm.com, Will.Deacon@arm.com, nicoleotsuka@gmail.com, kgene@kernel.org, arnd@arndb.de, p.zabel@pengutronix.de, bcousson@baylibre.com, shawn.guo@linaro.org, kernel@pengutronix.de Subject: [alsa-devel] [PATCH v2 1/3] m32r: add definition of ioremap_wc to io.h X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP Before adding a resource managed ioremap_wc function, we need to have ioremap_wc defined for m32r to prevent build errors. Signed-off-by: Abhilash Kesavan --- arch/m32r/include/asm/io.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/m32r/include/asm/io.h b/arch/m32r/include/asm/io.h index 6e7787f..9cc00db 100644 --- a/arch/m32r/include/asm/io.h +++ b/arch/m32r/include/asm/io.h @@ -67,6 +67,7 @@ static inline void __iomem *ioremap(unsigned long offset, unsigned long size) extern void iounmap(volatile void __iomem *addr); #define ioremap_nocache(off,size) ioremap(off,size) +#define ioremap_wc ioremap_nocache /* * IO bus memory addresses are also 1:1 with the physical address