From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S939576AbdAFHBz (ORCPT ); Fri, 6 Jan 2017 02:01:55 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:60532 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S937604AbdAFHBr (ORCPT ); Fri, 6 Jan 2017 02:01:47 -0500 Date: Fri, 6 Jan 2017 08:02:08 +0100 From: Greg KH To: Arvind Yadav Cc: arnd@arndb.de, salah.triki@acm.org, binoy.jayan@linaro.org, Jes.Sorensen@redhat.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 01/2] rtl8192u: r8192U:- Do not use 'asm/io.h' directly, use 'linux/io.h'. Message-ID: <20170106070208.GA24187@kroah.com> References: <1483683371-1235-1-git-send-email-arvind.yadav.cs@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1483683371-1235-1-git-send-email-arvind.yadav.cs@gmail.com> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 06, 2017 at 11:46:11AM +0530, Arvind Yadav wrote: > 'commit 2584cf83578c ("arch, drivers: don't > include directly, use instead")' > Make uniform definition of ioremap, ioremap_wc, ioremap_wt and > ioremap_cache, tree-wide. I still don't understand what this means at all, do you? What does the "Make uniform..." sentance mean in relation to this simple patch that just changes the include file used? confused, greg k-h