From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Date: Tue, 19 Nov 2019 12:00:53 +0000 Subject: Re: [PATCH 09/12] ASoC: Intel: Skylake: Explicitly include linux/io.h for virt_to_phys() Message-Id: <20191119120053.GA3634@sirena.org.uk> MIME-Version: 1 Content-Type: multipart/mixed; boundary="4Ckj6UjgE2iN1+kY" List-Id: References: <20191119002121.4107-1-sean.j.christopherson@intel.com> <20191119002121.4107-10-sean.j.christopherson@intel.com> In-Reply-To: <20191119002121.4107-10-sean.j.christopherson@intel.com> To: Sean Christopherson Cc: Thomas Gleixner , Ingo Molnar , Borislav Petkov , x86@kernel.org, "Rafael J. Wysocki" , Len Brown , Pavel Machek , Tony Luck , Fenghua Yu , Peter Zijlstra , Arnaldo Carvalho de Melo , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , "H. Peter Anvin" , Steven Rostedt , Ard Biesheuvel , Darren Hart , Andy Shevchenko , Nadav Amit , "VMware, Inc." , Arnd Bergmann , Greg Kroah-Hartman , Hans de Goede , Cezary Rojewski , Pierre-Louis Bossart , Liam Girdwood , Jie Yang , Jaroslav Kysela , Takashi Iwai , linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, linux-efi@vger.kernel.org, platform-driver-x86@vger.kernel.org, linux-acpi@vger.kernel.org, alsa-devel@alsa-project.org --4Ckj6UjgE2iN1+kY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Nov 18, 2019 at 04:21:18PM -0800, Sean Christopherson wrote: > Through a labyrinthian sequence of includes, usage of virt_to_phys() is > dependent on the include of asm/io.h in x86's asm/realmode.h, which is > included in x86's asm/acpi.h and thus by linux/acpi.h. Explicitly > include linux/io.h to break the dependency on realmode.h so that a > future patch can remove the realmode.h include from acpi.h without > breaking the build. Acked-by: Mark Brown --4Ckj6UjgE2iN1+kY Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAl3T2XIACgkQJNaLcl1U h9Ag5gf8CXRFNxgU/ospZfWpWqo31BrJS3TLJbiQogFQrYt6MzUt/rehd+5DN1bH rRAsHldAHpkPGu0ZDj4QRiH29Oc0G1xQAPyMbMnG3afcORJp9DkaBs8mLBd4Xh4r S4bPP4Lr+GeOJepjK6LOz948KigmvpZVDzgGiwqaRZfxT36f92BS3dXnTUoe3Khx q1z6+agCYbpIS9NtBzVBpuJ1b4opTj4/7G8POfaPbYyGxaI0Mr8mwkwMdwvtXz4V 04C5nyfw5qQmjWqpMQuolxXEPW7DvIpobAYnFHL/qrf5DzSd9Yc5bPUx3Y61swla VoEhYM6CbdD6hpBeVhY8lbGgINd/1g== =zPtj -----END PGP SIGNATURE----- --4Ckj6UjgE2iN1+kY--