From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1035429AbdEXNAW (ORCPT ); Wed, 24 May 2017 09:00:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60570 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762181AbdEXM7C (ORCPT ); Wed, 24 May 2017 08:59:02 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com A9DBA64F6 Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=dhowells@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com A9DBA64F6 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <20170517124915.26904-1-tklauser@distanz.ch> References: <20170517124915.26904-1-tklauser@distanz.ch> To: Tobias Klauser Cc: dhowells@redhat.com, Andrew Morton , Matthias Kaehlcke , linux-kernel@vger.kernel.org Subject: Re: [PATCH] frv: remove wrapper header for asm/device.h MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <21795.1495630740.1@warthog.procyon.org.uk> Date: Wed, 24 May 2017 13:59:00 +0100 Message-ID: <21796.1495630740@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Wed, 24 May 2017 12:59:01 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Tobias Klauser wrote: > frv's asm/device.h is merely including asm-generic/device.h. Thus, the > arch specific header can be omitted and the generic header can be used > directly. > > Signed-off-by: Tobias Klauser Reviewed-by: David Howells