From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 93D90423149; Tue, 31 Mar 2026 15:45:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774971936; cv=none; b=heAAzr5ODfxTc4ffxY/FORe8DANszwc8wOt+VG5sDZtHwbvRmaYobYOjXnCDLR9zrNK4EbXDr43DthiK/JS5DguN+Tr98kQ/aNNnF6zyg/jExd45103soi28d7CtHRrWozSSBaGKKU8Z+pZtvw8WnWxbGgUZk+2+LN1WnbNP2Zo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774971936; c=relaxed/simple; bh=qWqxYpitkGCEhcXR+MrXrCnZ1sb/umrdZxHmYDov3HY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=kBTGOQMk1NlVfFaVVpwZZoPy9oCSck3J7DZI3y3QZ2Ocs4+049+SRLEaVk26/2roGknV9jDEesILoVcD4I9bo0PC14BJlZZEgK3UjyHK4HHaXXJ9V6euelM3JKYeR4B+dcwsD0QLZCNwgiBYXsXzUj+GGxgILmgiaptdonpUzC4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=k+pDR2Ga; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="k+pDR2Ga" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 14124C19423; Tue, 31 Mar 2026 15:45:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774971936; bh=qWqxYpitkGCEhcXR+MrXrCnZ1sb/umrdZxHmYDov3HY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=k+pDR2GaMcYsl5zX+Qppedsw7Oj9KeuLWw/Vkspbz4lSRI6gW7SfZnQHyo+Ac4tyd ihUBGkxCMji3IWBovxkWyM4KRgtDfj5ndQoJ+IMvKbvNky6tOBgctPm0/+rV9FnFj2 w6C6wlTTe5ZYQUZJ3xjLvV6ya3dvx6VWdN9CEk7aatX5cUuwdsSAUAJ2oNvZNT5zlX +R6BYg3LGLIFxFZls6PSYnw3MDy7Zh80qvVv8rWL5XeY53hB7G2u73H2ISRVN/f2at CDgF3J1OBp166dL+oLYmbQc6YgpnR0BhMKVeI62JVsAO2lb39vPE0SaRORWMwZhztq J0QQZxgGIxRLA== Date: Tue, 31 Mar 2026 16:45:30 +0100 From: Lee Jones To: Thomas Richard Cc: Aaro Koskinen , Andreas Kemnade , Kevin Hilman , Roger Quadros , Tony Lindgren , Liam Girdwood , Mark Brown , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Thomas Petazzoni , linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH 3/8] mfd: omap-usb-host: Cleanup header includes Message-ID: <20260331154530.GI3795166@google.com> References: <20260323-omap4-fix-usb-support-v1-0-b668132124ac@bootlin.com> <20260323-omap4-fix-usb-support-v1-3-b668132124ac@bootlin.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20260323-omap4-fix-usb-support-v1-3-b668132124ac@bootlin.com> On Mon, 23 Mar 2026, Thomas Richard wrote: > Remove unused includes (linux/kernel.h, linux/types.h and linux/delay.h). > Sort the remaining ones alphabetically. What about 'linux/slab.h'? > Signed-off-by: Thomas Richard > --- > drivers/mfd/omap-usb-host.c | 10 +++------- > 1 file changed, 3 insertions(+), 7 deletions(-) > > diff --git a/drivers/mfd/omap-usb-host.c b/drivers/mfd/omap-usb-host.c > index 4d29a6e2ed87abf2a0f6d5a704525baaa6f0cbcb..4e066a17cef0400edbfcb3012a16ceee06e52140 100644 > --- a/drivers/mfd/omap-usb-host.c > +++ b/drivers/mfd/omap-usb-host.c > @@ -6,19 +6,15 @@ > * Author: Keshava Munegowda > * Author: Roger Quadros > */ > -#include > -#include > -#include > -#include > -#include > #include > #include > -#include > +#include > +#include > #include > +#include > #include > #include > #include This is still not alphabetical. -- Lee Jones [李琼斯]