From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S940225AbdEXM4B (ORCPT ); Wed, 24 May 2017 08:56:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36050 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758757AbdEXMzp (ORCPT ); Wed, 24 May 2017 08:55:45 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 2A96880C26 Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=dhowells@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 2A96880C26 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: <20170517083348.1815-1-tklauser@distanz.ch> References: <20170517083348.1815-1-tklauser@distanz.ch> To: Tobias Klauser Cc: dhowells@redhat.com, linux-am33-list@redhat.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mn10300: use generic fb.h MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <21675.1495630540.1@warthog.procyon.org.uk> Date: Wed, 24 May 2017 13:55:40 +0100 Message-ID: <21676.1495630540@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Wed, 24 May 2017 12:55:45 +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. > > Signed-off-by: Tobias Klauser Reviewed-by: David Howells