From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 3257BC54FC6 for ; Sun, 1 Sep 2024 16:47:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=z9dhgcn6xhJYnKe/+7hD7FWiWrpWTf2ROhMWSyurg90=; b=U/CsRJA46YVv2awzQXSLxuX3UU XCgbqUyfenAzXaSp83H70hxXBG86JXQZYHbkYrNOWDpzC3IObJSR/IDtElTHSLImT1tjGIXKkvZAZ zxsd8D3YJ9dWXaUZPUENA92W20eQXnuwkXENecNl7GCm9a9AQxQuJ5RKFxTZT7oho4dtG451HVgp6 sY4b9NY3JZTyuAWkrgBTMt5JXokImRvXf9KHRawf1q8H9WoAkUp4yQVg9oshjUxl2WF7S3wBoQvJl wkXiJQjGhnEvJv0An+V2iqHgN3OxHitBv6uJe9HsK/5xvoHSZ3mayTmQskP7BXvVZOOrlfLElvZVl C4euH1vA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sknjM-0000000C04E-0mqC; Sun, 01 Sep 2024 16:47:12 +0000 Received: from mail-oa1-f46.google.com ([209.85.160.46]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1skniH-0000000Bzk9-1fz4 for linux-arm-kernel@lists.infradead.org; Sun, 01 Sep 2024 16:46:07 +0000 Received: by mail-oa1-f46.google.com with SMTP id 586e51a60fabf-277e4327c99so382976fac.0 for ; Sun, 01 Sep 2024 09:46:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1725209164; x=1725813964; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=z9dhgcn6xhJYnKe/+7hD7FWiWrpWTf2ROhMWSyurg90=; b=bqpVjnXCBiyM8D9BVRxUupaRhAe8VnSTHL9c1or6o+oeDoQIXs83ACL0naMjzwK2vI 2n2psXEcSeQ6ccYzHWksQ7Xu/dnHkBEXZxW+jd+wLnmo69TLlc6XP6uAFwXNW0Ut6nDf DGFunANY0k+4pileB1m+a2/lGPIicJeDa/+pFbIbTImORKsQlQ1mXgh8COyC19zJ8jH3 hx3pDl7qnql+EDsC1i2eZyaTRNK6WSlaOG0SlraXoU5twWwQN6o+nKWwg3do/m1RRrRX sVDkVVwyQLkoNDrkYgrVhVYXq6G8SsgP/wBjXfusygyCgFtwOA0PNF7cvy1zR8cTy6/0 blzw== X-Forwarded-Encrypted: i=1; AJvYcCUcMnv5S80AH+mSo0sUPP22OWD4olSinpbk3Zv/H0LuEUpXJDs+RjJX5rxIA+YMnJ0qn8AnxYIXH8VB9FlR5YED@lists.infradead.org X-Gm-Message-State: AOJu0YziyfdXY5tzSGGx2WAjZtmYN4nTDOz+mPCNQSalL5IK3hsGTEp8 jxeKR3F4uyDgCTBQy8Z6QgsR/CfgyO9BXFCJcccjiL21ayAw+0zh X-Google-Smtp-Source: AGHT+IEoTDQIeZ/5dis721JPru6mzVN6rtspCYV7KkKbZ7nsRjbEMXoJKEpu1B9NFdZo/q/9ZO47/Q== X-Received: by 2002:a05:6870:5594:b0:270:4219:68fe with SMTP id 586e51a60fabf-277d032f1bcmr5653927fac.1.1725209164148; Sun, 01 Sep 2024 09:46:04 -0700 (PDT) Received: from localhost (fpd11144dd.ap.nuro.jp. [209.17.68.221]) by smtp.gmail.com with ESMTPSA id d2e1a72fcca58-715e56d8818sm5533353b3a.167.2024.09.01.09.46.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 01 Sep 2024 09:46:03 -0700 (PDT) Date: Mon, 2 Sep 2024 01:46:02 +0900 From: Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= To: Manivannan Sadhasivam Cc: Thippeswamy Havalige , bhelgaas@google.com, lpieralisi@kernel.org, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, linux-pci@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, michal.simek@amd.com, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v4 2/2] PCI: xilinx-xdma: Add Xilinx QDMA Root Port driver Message-ID: <20240901164602.GF235729@rocinante> References: <20240811022345.1178203-1-thippesw@amd.com> <20240811022345.1178203-3-thippesw@amd.com> <20240830163341.437jztschfrstrrj@thinkpad> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240830163341.437jztschfrstrrj@thinkpad> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240901_094605_454399_890B3A5B X-CRM114-Status: UNSURE ( 8.95 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hello, [...] > > +#include > > Looks like this header is not used. I removed it from the final version, thank you! Krzysztof