From nobody Mon Apr 6 22:03:57 2026 Received: from mail.hugovil.com (mail.hugovil.com [162.243.120.170]) (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 B6958378D63 for ; Tue, 17 Mar 2026 15:22:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=162.243.120.170 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773760940; cv=none; b=FCnDthvc6WjkH336FbCFAIWvyeLaVdQA2rYc/PnwFYtZhjX3bLprNx0chOclxw4Hj/5L8DIzBJdmk2/fMSwmEFD/G9XuQPBrZjrWA9Jyk56pzZ3j7vTf0iIxIZPfduEzDpwI+6so1osv/LS+MywJkgNLhWQsTTgWjFYZyDYc7zk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773760940; c=relaxed/simple; bh=ebQWZhel2FcOeKrarDJUF7NnAlLrj/qN9W/jcWnYODA=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=QT5N4SONg//sWXveJV/j8Ghnsa8V0ApX6yd91XD+oe1j/7oxD/aXHPVLBAfxMCSJn5wUZO5sxgSGBxD3xvhMd9Xoi4gDBHYbMUZRZ0V4DbFr8ixRdHCNX9t/7r7iQrlYlPDf3rfMA1KSpTT7s2D/MZsS8FvrdEEkhP+PeebXQsQ= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=hugovil.com; spf=pass smtp.mailfrom=hugovil.com; dkim=pass (1024-bit key) header.d=hugovil.com header.i=@hugovil.com header.b=J/IO+79m; arc=none smtp.client-ip=162.243.120.170 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=hugovil.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=hugovil.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=hugovil.com header.i=@hugovil.com header.b="J/IO+79m" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=hugovil.com ; s=default; h=Content-Transfer-Encoding:MIME-Version:Message-ID:Date:Subject :Cc:To:From:subject:date:message-id:reply-to; bh=FEZWjaA6TUxELngAaLgBiJe+g/ItGq5BtQCF8tC/hfQ=; b=J/IO+79m9rsqssrYsAcJ7byad5 ymWj6h8N64vXcBIIbrUAjIBT3o4dhTKYmDJ0xmhfKNrIYZl3Hn8u4b6LUCptSB9jkv0TWCNTYOaxr OmNQtzw5RF9K/qkCtfqKoKSgM4o8XsCl2QYKZ/eeWGjD8Vr1RBaLdD9mkve1oE1wiJ1U=; Received: from modemcable168.174-80-70.mc.videotron.ca ([70.80.174.168] helo=pettiford.lan) by mail.hugovil.com with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1w2WFN-000000002J0-1xJm; Tue, 17 Mar 2026 11:22:17 -0400 From: Hugo Villeneuve To: Liam Girdwood , Mark Brown Cc: hugo@hugovil.com, Hugo Villeneuve , linux-kernel@vger.kernel.org Subject: [PATCH] regulator: fixed: remove unused reboot.h include Date: Tue, 17 Mar 2026 11:22:11 -0400 Message-ID: <20260317152215.3473489-1-hugo@hugovil.com> X-Mailer: git-send-email 2.47.3 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Spam_score: -1.0 X-Spam_bar: - Content-Type: text/plain; charset="utf-8" From: Hugo Villeneuve The include was added in commit ecb6f1f45614 ("regulator: fixed: add support for under-voltage IRQ") but it was never us= ed. Signed-off-by: Hugo Villeneuve --- drivers/regulator/fixed.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/regulator/fixed.c b/drivers/regulator/fixed.c index 254c0a8a45559..3b2fddc1c8a39 100644 --- a/drivers/regulator/fixed.c +++ b/drivers/regulator/fixed.c @@ -20,7 +20,6 @@ #include #include #include -#include #include #include #include base-commit: f338e77383789c0cae23ca3d48adcc5e9e137e3c --=20 2.47.3