From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from srv5.dvmed.net ([207.36.208.214]:61931 "EHLO mail.dvmed.net") by vger.kernel.org with ESMTP id S1751696AbWJERTs (ORCPT ); Thu, 5 Oct 2006 13:19:48 -0400 Message-ID: <45253EAE.2070600@garzik.org> Date: Thu, 05 Oct 2006 13:19:42 -0400 From: Jeff Garzik MIME-Version: 1.0 Subject: Re: [PATCH] Use linux/io.h instead of asm/io.h References: <11600679551209-git-send-email-matthew@wil.cx> In-Reply-To: <11600679551209-git-send-email-matthew@wil.cx> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-arch-owner@vger.kernel.org To: Matthew Wilcox Cc: Linus Torvalds , linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, Matthew Wilcox List-ID: Matthew Wilcox wrote: > In preparation for moving check_signature, change these users from > asm/io.h to linux/io.h > > Signed-off-by: Matthew Wilcox The vast majority of drivers include asm/io.h. Wouldn't it be better to move check_signature to include/asm-generic/io.h, and include that where needed? Jeff