Received: by 2002:a05:6a10:af89:0:0:0:0 with SMTP id iu9csp3501929pxb; Mon, 24 Jan 2022 10:53:46 -0800 (PST) X-Google-Smtp-Source: ABdhPJxhV7cATgNXgB5xY9ZEu7LB6m7MCB1ry4hnKyi/Mr2SEswHmsDns4YnrrTSyfVlknPtE5f7 X-Received: by 2002:a05:6a02:20a:: with SMTP id bh10mr9881019pgb.544.1643050426120; Mon, 24 Jan 2022 10:53:46 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1643050426; cv=none; d=google.com; s=arc-20160816; b=Wsc3K85X7QKKznAoRV3MXz1syoACUfUZBGza2xAKlNN5PoZBsJDO32KDuUJJsCZt4t H/EJrWS6uR5N1H18ZcLW50+YXJqI/QZ9pDZpkJEyE/eSjl7s01CssdW0KFuxgbwoEaoz e0YUzK3j8TAztkb1tL+8dFp9/pasNYY4oj1WMQU2oyOdznu/xL5lcHX4YPf7oIe3FHyg LxVbPoOPbvuuqzjulKaSfvCN/8JgBsCUOZG0KhG57jj5XVPVaVJBNNxXVBGUZRnrErRH jf3Um5KYs1oGOfOA9zXo5FGJ6YKjKfkgNkSbR6fVKnqIC6Mi07Ycc5gojMpwSJ8clNBI Dzyw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:in-reply-to:from :references:cc:to:content-language:subject:mime-version:date :message-id; bh=/rz4sD9O6v1B608EQatMCudTJxR7F6aNrg7cJlg/+Z4=; b=gpYb1ZAhXa+88R/4Jx71QM7QEudLYfqCSOFgUHpoRoVAILeMcvvbYcUky0/IvxfrHh GAYZW6BuwTWWKyFLpvT/hM2Bhy8QrNVeL9zC8s5WQBUr6cp7pp4zw7BLHRDyFRehBP8Z fVx5oCd/WYd2YlhMsZoEj+hMD8deTKErdOBMTdsacz0Ul1Bz6NPrPtJg71p2tZiepgiR pmke6A43YQLtd0fsCq2bKKPysZjEkWFV5jPIPThaF6ZowaapPCikpNuReSMqL5v6Rkdi 5YQuxIF23hEPAzQSNb+kiewzircgiceLclRo8UgLnpkxUKAJyetoKjS3M43zTXLyScqF VPIQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=QUARANTINE dis=NONE) header.from=gmail.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id r204si10657027pfc.308.2022.01.24.10.53.33; Mon, 24 Jan 2022 10:53:46 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=QUARANTINE dis=NONE) header.from=gmail.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242355AbiAXItv (ORCPT + 99 others); Mon, 24 Jan 2022 03:49:51 -0500 Received: from mout01.posteo.de ([185.67.36.141]:55419 "EHLO mout01.posteo.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242605AbiAXItk (ORCPT ); Mon, 24 Jan 2022 03:49:40 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id BDD19240029 for ; Mon, 24 Jan 2022 09:49:39 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Jj3ZT5mpkz9rxM; Mon, 24 Jan 2022 09:49:37 +0100 (CET) Message-ID: Date: Mon, 24 Jan 2022 08:49:37 +0000 MIME-Version: 1.0 Subject: Re: [PATCH 02/11] serial: atmel_serial: include circ_buf.h Content-Language: fr-FR To: Jiri Slaby , gregkh@linuxfoundation.org Cc: linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, johan@kernel.org, Nicolas Ferre , Alexandre Belloni , Ludovic Desroches , Richard Genoud References: <20220124071430.14907-1-jslaby@suse.cz> <20220124071430.14907-3-jslaby@suse.cz> From: Richard Genoud In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le 24/01/2022 à 09:46, Richard Genoud a écrit : > > Le 24/01/2022 à 08:14, Jiri Slaby a écrit : >> atmel_uart_port::rx_ring is defined as struct circ_buf, but circ_buf.h >> is not included explicitly in atmel_serial.c. It is included only >> implicitly via serial_core.h. Fix this as serial_core.h might not >> include that header in the future. >> >> Signed-off-by:Jiri Slaby >> Cc: Richard Genoud >> Cc: Nicolas Ferre >> Cc: Alexandre Belloni >> Cc: Ludovic Desroches Sorry, I really meant acked-by, not Signed-off-by : Acked-by: Richard Genoud >> --- >>   drivers/tty/serial/atmel_serial.c | 1 + >>   1 file changed, 1 insertion(+) >> >> diff --git a/drivers/tty/serial/atmel_serial.c b/drivers/tty/serial/atmel_serial.c >> index c370eddc651b..2d09a89974a2 100644 >> --- a/drivers/tty/serial/atmel_serial.c >> +++ b/drivers/tty/serial/atmel_serial.c >> @@ -8,6 +8,7 @@ >>    * >>    *  DMA support added by Chip Coldwell. >>    */ >> +#include >>   #include >>   #include >>   #include Thanks !