From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S940239AbdEXM4U (ORCPT ); Wed, 24 May 2017 08:56:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37400 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S940192AbdEXMz2 (ORCPT ); Wed, 24 May 2017 08:55:28 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 658932EED11 Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=dhowells@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 658932EED11 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: <20170517083307.1697-1-tklauser@distanz.ch> References: <20170517083307.1697-1-tklauser@distanz.ch> To: Tobias Klauser Cc: dhowells@redhat.com, Andrew Morton , Matthias Kaehlcke , linux-kernel@vger.kernel.org Subject: Re: [PATCH] frv: use generic fb.h MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <21662.1495630521.1@warthog.procyon.org.uk> Date: Wed, 24 May 2017 13:55:21 +0100 Message-ID: <21663.1495630521@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Wed, 24 May 2017 12:55:23 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Tobias Klauser wrote: > The arch uses a verbatim copy of the asm-generic version and does not > add any own implemntations to the header, so use asm-generic/fb.h > instead of duplicating code. "implementations". This goes for the mn10300 patch also. > Signed-off-by: Tobias Klauser Reviewed-by: David Howells