From nobody Sat Nov 23 23:11:18 2024 Received: from mail.zeus03.de (zeus03.de [194.117.254.33]) (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 10865155312 for ; Mon, 18 Nov 2024 07:29:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.117.254.33 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731914992; cv=none; b=Z4cKpOQE7ObP9d7GbUOtv1iHiFhJCWNJL0j4HFOWgxvC52Ar833gPDBHGZdnF4vQfSF2Y/wgWT/hcPvE/Z4C9AQgy/CHp0O5+6CwYkyvdXnW7lndlFeY44JOsA4OJWrqFLHh1WdygDR0JG2jFLnYlbJvna/IZmDG3tDjsL/CkIw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731914992; c=relaxed/simple; bh=WzUzZSeOucpGsbygrODX4oeceGvz4iDcK5HsaF1ybk0=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=r58XCvtwp7faLXUS7FfcZBI3Ke4hiSUvF8ypaML8EztZ/WeWLcFxvjUk/aIIUWXn1S0M7gxVvWuuj4Jg5fvDh0gMg19ZknWVLZZLlLDgMgS2l13nkq/32WNdwJyX13kpMSjBfZ+VSaVQZTIPp2T1a7Auq6Cva39WKcWTLouY0to= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com; spf=pass smtp.mailfrom=sang-engineering.com; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b=F+HMMT4V; arc=none smtp.client-ip=194.117.254.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b="F+HMMT4V" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=from:to:cc:subject:date:message-id :in-reply-to:references:mime-version:content-transfer-encoding; s=k1; bh=muLgn7CbcvkkVNpnLY1BgXOUBwVevTkmOrnBAmTOJe0=; b=F+HMMT 4VIPL6J9uzgetqvRXp3N9z3t7h5pavjf/fj9ATLgXSJrQNLH/gvjy28WPsq3jobx xshS6WRtgurLnjnBJamUfTKtw4/u8cpLgaVt/bjRdZHpBgvVntj+X5zhJVfH2OUL 20FVS45oBa+WBCVpn/E7IiHThmhLqUaiT40Rgia3YX4RrOFk6EpeDc7vN9yyLSW+ TPqHLjGgV6xcQfa3baxAetAY1WXb4LnOGMBDuGeqqlwWV2eb/vrrEtxcJqE9avhN odiMsyeVhpRyfueXx2y1AnvV8N1C6VIKXuxhBFG/8VbRPnkYO/YbQqduZPXhMIBD 8ywOC/UX4yFPVIrg== Received: (qmail 112293 invoked from network); 18 Nov 2024 08:29:35 +0100 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 18 Nov 2024 08:29:35 +0100 X-UD-Smtp-Session: l3s3148p1@9Zfj4ConvtUujntT From: Wolfram Sang To: linux-kernel@vger.kernel.org Cc: Wolfram Sang , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , x86@kernel.org, "H. Peter Anvin" Subject: [PATCH 01/15] x86/platform/olpc-xo1-sci: don't include 'pm_wakeup.h' directly Date: Mon, 18 Nov 2024 08:29:00 +0100 Message-Id: <20241118072917.3853-2-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> References: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> 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 Content-Type: text/plain; charset="utf-8" The header clearly states that it does not want to be included directly, only via 'device.h'. 'platform_device.h' works equally well. Remove the direct inclusion. Signed-off-by: Wolfram Sang --- arch/x86/platform/olpc/olpc-xo1-sci.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/platform/olpc/olpc-xo1-sci.c b/arch/x86/platform/olpc= /olpc-xo1-sci.c index 46d42ff6e18a..36aad8cf97a0 100644 --- a/arch/x86/platform/olpc/olpc-xo1-sci.c +++ b/arch/x86/platform/olpc/olpc-xo1-sci.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include #include --=20 2.39.2 From nobody Sat Nov 23 23:11:18 2024 Received: from mail.zeus03.de (zeus03.de [194.117.254.33]) (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 A7576156231 for ; Mon, 18 Nov 2024 07:29:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.117.254.33 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731914992; cv=none; b=qW19cH5us29KbME8aAdO+GCo916SrW41Bzhnz8LoeqT0FPjzbKMk1VGTq6f8GvXmJxCdUEEQZNzSdeqf+yoyf/Ah5vnyGq5DVYDaCgySw+uc9GezAYD23co18Ic7SEAY51FZYJtsmC6kzmvXkVl0uYJL5NoHGdh/iBtVln0rXIE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731914992; c=relaxed/simple; bh=++bclHw7MThVATxoc6xQIvH9LdzVLIHAbNDmrrnhfXA=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=FaFMF3x1cvYQI1jhebD+Pw7HLKuppKCyr/z2zSD7nWfv2LaHNJm1zxLx3yzcKimnBfq6wytv3V98ozTktmRedKX1OUY1t9Z0PPWwV5TQ+ZZtlEGP1ShI9X+UVmEyvHTQEo4a5u+xOmD2F7vWqMx80i8E8873yOBNY3e3sF7RRUQ= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com; spf=pass smtp.mailfrom=sang-engineering.com; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b=Xar6i5GW; arc=none smtp.client-ip=194.117.254.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b="Xar6i5GW" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=from:to:cc:subject:date:message-id :in-reply-to:references:mime-version:content-transfer-encoding; s=k1; bh=dn9tQnIRfTAKaz3pSHVeP8gqnc1nrbKo+PsyvXn6wig=; b=Xar6i5 GWfRV1DYV6MF3jfx55RMLqYglPZ8mOR08s9+zRWKOzvmq+o6wvKqw0bO786ltu6L wxW3eelVfLs3QBqZZ0UdD3iLJ0v9HYBIpVDGKdxgE8LTI51zKb12mSjzE8eeJNuw sCPsVXjsn7fXbNQzK8jMDh7zSSSNrJzUT12xLQXBFKA5uQkBu8KbhkmgxHEr1pAO YDyrnlpmoTx1OiBDVlnFF4ZIZxVFYhhX7EILbr8LAF50GDQA/tJTtq+NGO/+Oxfl 3vpWu003cTN95xDpz7J9860pM4mcphWobmnIox7lvLI77DYQsMHiOvTZgo6hEbs3 ffC1ObvRHKsFTHjQ== Received: (qmail 112328 invoked from network); 18 Nov 2024 08:29:36 +0100 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 18 Nov 2024 08:29:36 +0100 X-UD-Smtp-Session: l3s3148p1@Ewzt4ConwtUujntT From: Wolfram Sang To: linux-kernel@vger.kernel.org Cc: Wolfram Sang , "Rafael J. Wysocki" , Pavel Machek , Len Brown , Greg Kroah-Hartman , linux-pm@vger.kernel.org Subject: [PATCH 02/15] drivers core: don't include 'pm_wakeup.h' directly Date: Mon, 18 Nov 2024 08:29:01 +0100 Message-Id: <20241118072917.3853-3-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> References: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> 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 Content-Type: text/plain; charset="utf-8" The header clearly states that it does not want to be included directly, only via 'device.h'. 'platform_device.h' works equally well. Remove the direct inclusion. Signed-off-by: Wolfram Sang --- drivers/base/power/sysfs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/base/power/sysfs.c b/drivers/base/power/sysfs.c index a1474fb67db9..82ce2d9f54e5 100644 --- a/drivers/base/power/sysfs.c +++ b/drivers/base/power/sysfs.c @@ -6,7 +6,6 @@ #include #include #include -#include #include #include #include "power.h" --=20 2.39.2 From nobody Sat Nov 23 23:11:18 2024 Received: from mail.zeus03.de (zeus03.de [194.117.254.33]) (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 3F873161302 for ; Mon, 18 Nov 2024 07:29:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.117.254.33 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731914993; cv=none; b=ItKVrhJabg2My9r/o2i24Ha6lqARWvSMLeRiZ9sZocO17U1uDpCYEPKXQPW5aYPF+hbUUJO5zv5vloJGBs1m49jO05wre+gQguYOXSr0wRAj/RMZ++RrvcmHb4zBREC4F+YIt6yyfkYxIMw6u6dXEL942RbnEd26I9L2vMgrDaU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731914993; c=relaxed/simple; bh=j51QES524V6Lvo4VxS8TZ7Xq0q7gurYLsawzeKbYgJ8=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=c66Ko194Mjoca85tSsgOu37YC7AFrGnqHV/4Tr+OyBFPHTsS25x2qU83qlbUKWPcTZcyWyxYM8rHULZBm3yPPpRejkZDYi7dvKAsKlnMmR9n4D/2my6hGW1LkFnbIu86uigNdNWt059hW070koIBlIFDIw4GJju9VU1hRwMBXJ0= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com; spf=pass smtp.mailfrom=sang-engineering.com; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b=hrsaAmB0; arc=none smtp.client-ip=194.117.254.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b="hrsaAmB0" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=from:to:cc:subject:date:message-id :in-reply-to:references:mime-version:content-transfer-encoding; s=k1; bh=7MvBvuTrpMs5f+v0wMZNFkx2vQfhzDzE30IHrhAS8O8=; b=hrsaAm B066nWAb48rZMSp6L06CZ+GYRaoy/OYs0rncSMq+V/c+quM8IYaIU3sR2Vhk/rTT OnCKBb3LkEiI3w9dt8xOvXaJ8QKoQyVYKH3ngreGCHDFmzpUnDc0g+1Ao5LLQDrp hk2KTj/n4hrIQ+7zbC2XjM4QF1AIiNe7fXuC1JFHcRcIFQbLegS0SDZ9WHUKY4Z2 NxIlY/NR3tneY9OSaWKR7PjCCsmenapZPEf1AJgsE4EMNOIQ9HA/Xg/ZlmJzYZVB OXJGfwI3fWhTW3thhgNvrlad+5W/Ru3SXfR6yVSdNJB217hzdc4t8hvXkuwZH7T9 DdocJ8XFq2tV/mlQ== Received: (qmail 112362 invoked from network); 18 Nov 2024 08:29:36 +0100 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 18 Nov 2024 08:29:36 +0100 X-UD-Smtp-Session: l3s3148p1@gX/34ConyNUujntT From: Wolfram Sang To: linux-kernel@vger.kernel.org Cc: Wolfram Sang , Jiri Kosina , Benjamin Tissoires , linux-input@vger.kernel.org Subject: [PATCH 03/15] HID: google: don't include 'pm_wakeup.h' directly Date: Mon, 18 Nov 2024 08:29:02 +0100 Message-Id: <20241118072917.3853-4-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> References: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> 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 Content-Type: text/plain; charset="utf-8" The header clearly states that it does not want to be included directly, only via 'device.h'. 'platform_device.h' works equally well. Remove the direct inclusion. Signed-off-by: Wolfram Sang Acked-by: Jiri Kosina --- drivers/hid/hid-google-hammer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/hid/hid-google-hammer.c b/drivers/hid/hid-google-hamme= r.c index 22683ec819aa..1be4366f740f 100644 --- a/drivers/hid/hid-google-hammer.c +++ b/drivers/hid/hid-google-hammer.c @@ -22,7 +22,6 @@ #include #include #include -#include #include =20 #include "hid-ids.h" --=20 2.39.2 From nobody Sat Nov 23 23:11:18 2024 Received: from mail.zeus03.de (zeus03.de [194.117.254.33]) (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 AAC8E1714A1 for ; Mon, 18 Nov 2024 07:29:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.117.254.33 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731914993; cv=none; b=iW4QIKJkYdl6wjIdU9pB0dTg9zQiMBUThbcbU4+C81qzK/2lB7mWhr9AtqhHg1gMrRLq6KNAB7NIAZNDtPXWDFto4DBb4grXo0z9F2GugO+Esj836URaDXS0o/QVWcTGc5qKUU+ihrQeY4nC6k67ASRgcQtn0C/B1vPzezBowWA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731914993; c=relaxed/simple; bh=uagz0rNb9yNu8AS1b3iptSmA4T51iRjhi8SLaz65OpY=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=ixybl/DGtuPqnoQOw5YAUSJASBbCl4W6LR4b7LseA0zyl1gfWW1MBUBC48cqfl1+3WSpmrXVYuhMRAEtxqUL+W461j2dkIKmra7ofXxvn2tCn2X2GifnHX5kR2BkzmXEVSKZGF3USe3XrGne6Bg/chadkai1pN6sAb43OSg0Hok= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com; spf=pass smtp.mailfrom=sang-engineering.com; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b=G+gAL0pb; arc=none smtp.client-ip=194.117.254.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b="G+gAL0pb" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=from:to:cc:subject:date:message-id :in-reply-to:references:mime-version:content-transfer-encoding; s=k1; bh=tGBxrzkqv227oRKatiTK1hbdP+UN67VHPWxn7DyvmWc=; b=G+gAL0 pb0dqUV9tF43gdvBkJmhhOpluwo5w6M5oYgedT720Ciuk4c9AJ6MNf8SiKQlactI 0e7cidwmb3i7uafLWeD3JDe2EIIpafWSm9EnY7s17sB1ltss0tM7iPdFR4Y8SjKS Z9+CJxxUkUEwA0506d8zFqQaOpM+wDG1GKf1YFgGFzaVs4QiAun/VYTFzZLH62gD Zb+lKSZUBTC6Rh2vhZBTgzlGvE4xz0mwkzBIbt9RoUmn87IgkPyNN0GMunYg1Xri ysr+NkHzGbJKSjU8j2p6BfIHnL7yhZHGyRJsMlbXXUywYX+ATMUnQz+FEm5qFTly rlkOg/YnsCyMZiWQ== Received: (qmail 112383 invoked from network); 18 Nov 2024 08:29:37 +0100 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 18 Nov 2024 08:29:37 +0100 X-UD-Smtp-Session: l3s3148p1@y4MB4Son1NUujntT From: Wolfram Sang To: linux-kernel@vger.kernel.org Cc: Wolfram Sang , Suzuki K Poulose , Mike Leach , James Clark , Alexander Shishkin , coresight@lists.linaro.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH 04/15] coresight: etm4x: don't include 'pm_wakeup.h' directly Date: Mon, 18 Nov 2024 08:29:03 +0100 Message-Id: <20241118072917.3853-5-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> References: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> 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 Content-Type: text/plain; charset="utf-8" The header clearly states that it does not want to be included directly, only via 'device.h'. 'platform_device.h' works equally well. Remove the direct inclusion. Signed-off-by: Wolfram Sang Acked-by: Suzuki K Poulose --- drivers/hwtracing/coresight/coresight-etm4x-core.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/hwtracing/coresight/coresight-etm4x-core.c b/drivers/h= wtracing/coresight/coresight-etm4x-core.c index 66d44a404ad0..559972a00fdf 100644 --- a/drivers/hwtracing/coresight/coresight-etm4x-core.c +++ b/drivers/hwtracing/coresight/coresight-etm4x-core.c @@ -23,7 +23,6 @@ #include #include #include -#include #include #include #include --=20 2.39.2 From nobody Sat Nov 23 23:11:18 2024 Received: from mail.zeus03.de (zeus03.de [194.117.254.33]) (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 2E90717DE2D for ; Mon, 18 Nov 2024 07:29:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.117.254.33 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731914995; cv=none; b=Ly7shuQw1/3vQQtPzmJOH2aBh3PCd9raBZ4/YoJ/fS3NLkCkvuh5IOQZrHPCnzO0G7ADnqQRLyJdb4VGiblyfVr+u+Vd4rJ05WzG3GuNj6k+WAuw+iy7Uim9NBfOcqlw1X72/U2OB68JYijdE2T6oq67SJ9hfiAP0TRUkceuOfM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731914995; c=relaxed/simple; bh=PQQMBjS8QmOiIG5o75lciAdQR6IQRb8LTR4vBfyIZeY=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=c7mBJgVpbqo/HRONnD8CCFvMEkfJwWFMuQ1gescx+kWjbhuZ090XDEeWztmDqK4MPppP218O64Vkfsc+iO2iWBfANww8f3KpDx/LEjkMkE69PBcr8LB758jUuOCCPMosrzQQI2B+jL6q3IPLzhk8+PSier0ZuzHBhQvTAlcPHD8= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com; spf=pass smtp.mailfrom=sang-engineering.com; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b=hKQL4X0I; arc=none smtp.client-ip=194.117.254.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b="hKQL4X0I" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=from:to:cc:subject:date:message-id :in-reply-to:references:mime-version:content-transfer-encoding; s=k1; bh=/B5+b9h1RKJWs4xVmneZ+OTMCDtH4czfzo/ktYrdiWU=; b=hKQL4X 0IzAcua757FBInORoUyMQyLWQmPIJJJzEH//PESQjSn58Or6diUAsuoVIgbdJmLM r+GANBG/7cy5hxR8rxdis5qYTjNtGDQYbkpospviEzAzzRMeAF8eP0xhFWfDoZe5 2ZVnMEGYpHQxTIKtNpR/BMWDls49tR5L8fcWJ/uREUVni4zI9JUoAIdbmEUFrZpG qoTmCbo2K1t4aejDBP/jxKeapCSOwLSRBrMvktxzd63qxQO5BmZtkgBNoILlHs1Z mMZLyLA9ekSuhIOEcpTbwT4NPlSvC8j6MdYAHZ1Kwy282EWH2wjb0IUU4FWUffRG +jsgMiktrkrh9BAA== Received: (qmail 112404 invoked from network); 18 Nov 2024 08:29:38 +0100 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 18 Nov 2024 08:29:38 +0100 X-UD-Smtp-Session: l3s3148p1@P3gK4Son5NUujntT From: Wolfram Sang To: linux-kernel@vger.kernel.org Cc: Wolfram Sang , Dmitry Torokhov , linux-input@vger.kernel.org Subject: [PATCH 05/15] Input: spear-keyboard - don't include 'pm_wakeup.h' directly Date: Mon, 18 Nov 2024 08:29:04 +0100 Message-Id: <20241118072917.3853-6-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> References: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> 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 Content-Type: text/plain; charset="utf-8" The header clearly states that it does not want to be included directly, only via 'device.h'. 'platform_device.h' works equally well. Remove the direct inclusion. Signed-off-by: Wolfram Sang --- drivers/input/keyboard/spear-keyboard.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/input/keyboard/spear-keyboard.c b/drivers/input/keyboa= rd/spear-keyboard.c index 1df4feb8ba01..18417ba19fdb 100644 --- a/drivers/input/keyboard/spear-keyboard.c +++ b/drivers/input/keyboard/spear-keyboard.c @@ -20,7 +20,6 @@ #include #include #include -#include #include #include #include --=20 2.39.2 From nobody Sat Nov 23 23:11:18 2024 Received: from mail.zeus03.de (zeus03.de [194.117.254.33]) (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 7B5E0186E2E for ; Mon, 18 Nov 2024 07:29:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.117.254.33 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731914995; cv=none; b=tCG5wGKgUmak16urKs8vqeFSHZDCDE1Ud/hQPoqRIj+GpUizM+SauU7Ff3C7yzm8zc84fO2ahrYlMDMY0U5t950FHCSZ6355Dvn7ZtheDK2pq2Eb88FZOLkO5mOs0S/A2cCM4+5jIA6yTRTcBs1aGL6hzmEw/e/EAkgRFnNPlbM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731914995; c=relaxed/simple; bh=kfG0y9K+O0idmwwz3aV0NXnyQm6c+F/DJ73QLT35W9w=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=C6QHBUhr8Guwwe74ByXZf7s11i8SsYbpu9kervPA+dYGUWtZ+1UmEcBgRgtHixqmRq9Fw2/aVby+0CYr2qjUPNvWPl/YqY6WpIWAsrrXWNsZUx/1q1XJyCAahMoXCtbiz9YXfPoUMVgE31gV7kkYWU1vytfoSIwhVBFj31/jFXI= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com; spf=pass smtp.mailfrom=sang-engineering.com; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b=WOVk2pdU; arc=none smtp.client-ip=194.117.254.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b="WOVk2pdU" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=from:to:cc:subject:date:message-id :in-reply-to:references:mime-version:content-transfer-encoding; s=k1; bh=aAd/+tR/6amb3iC4y9aIm0hPICd8LWcv5HI4xQzRV/c=; b=WOVk2p dUoujkGOyrKFrqsvR767kNsLYhPt+wyZFiZbpLM9wjTE6mQGSaWnJo9tUvK8W8xj 5BW/0k+Muhwq21b/HjtmDzce+eyKIdLGm6LTdGu0/vAX27RV9e6vpg0JJs85EbJM qcoFSkfXzTMXlTcvCRLEvqMfGj9PB/M8S5265ESzDZG+av0P0Hhgv71gew7yE9Pf Oucie6QaZ5XnM/7DpUa1qIqq3rv0WiQ6SsIUHCT4kkY8OHcnD32C/vSmfoO3xk8w lqyryIpg2WwKcZeQZ6pKUh1g7pEw99qaK7E+DzEsXFGu9ZWb0mKx1fMeLPcv1O2q 9uxbre/f6DNFc62Q== Received: (qmail 112434 invoked from network); 18 Nov 2024 08:29:38 +0100 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 18 Nov 2024 08:29:38 +0100 X-UD-Smtp-Session: l3s3148p1@0+IT4Son8tUujntT From: Wolfram Sang To: linux-kernel@vger.kernel.org Cc: Wolfram Sang , Hans de Goede , Dmitry Torokhov , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , linux-input@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev Subject: [PATCH 06/15] Input: sun4i-lradc-keys - don't include 'pm_wakeup.h' directly Date: Mon, 18 Nov 2024 08:29:05 +0100 Message-Id: <20241118072917.3853-7-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> References: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> 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 Content-Type: text/plain; charset="utf-8" The header clearly states that it does not want to be included directly, only via 'device.h'. 'platform_device.h' works equally well. Remove the direct inclusion. Signed-off-by: Wolfram Sang --- drivers/input/keyboard/sun4i-lradc-keys.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/input/keyboard/sun4i-lradc-keys.c b/drivers/input/keyb= oard/sun4i-lradc-keys.c index f304cab0ebdb..9a4fdef2650e 100644 --- a/drivers/input/keyboard/sun4i-lradc-keys.c +++ b/drivers/input/keyboard/sun4i-lradc-keys.c @@ -24,7 +24,6 @@ #include #include #include -#include #include #include #include --=20 2.39.2 From nobody Sat Nov 23 23:11:18 2024 Received: from mail.zeus03.de (zeus03.de [194.117.254.33]) (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 A6ED618E76B for ; Mon, 18 Nov 2024 07:29:54 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.117.254.33 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731914996; cv=none; b=nIVT32iGat+8D//bHPah+VRlQStKnvKT16trmlBT2onLFNukQhOY3WzjLwITuaGDlxWjgdhpZ3DpVe8Z8tsiJgnXhnMK5Ky0eWgDvpIBDTd9Rufq/vHpV/3DXogsHHponrs7MK3aqxHMkK08cwAzlKi0BgI/JzgqAmhoKnpDswc= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731914996; c=relaxed/simple; bh=uTkhNbFOdy89orZJ2wqxH0CWdATkbLmapGDzC1cZrsU=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=chfuIzkwMUqQERf8vnNFHiYrRTNbSYRosb6CxaVHYpZSshpA02V3+LlYtWib2MVEWOBBiKrCeTqah2vvHOyuAPtjNaomAZyDlWkYaWexXB9zeFaN1xpNnTVqRnWcCF3ZKJSDU0ZtIzd4cu6uFjohDbS/aPjWq4B+IxMUgURjBu8= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com; spf=pass smtp.mailfrom=sang-engineering.com; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b=dVjDKgcc; arc=none smtp.client-ip=194.117.254.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b="dVjDKgcc" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=from:to:cc:subject:date:message-id :in-reply-to:references:mime-version:content-transfer-encoding; s=k1; bh=U1XjJORgqEmqv+cPQtTQzQaslx6GMVxaRks8/5d1VG8=; b=dVjDKg ccwIi6ExG3IfAt6Im+fj3OweX/X2ch2YRDLbi0Wt0T6EEZX1PitclGs7xslUOj+9 tMOI7INcXzaFyAdj6S7192nqahamKkIUglZQ79AEY3mIn6duncgQ/d8d51LNadwf xfR2vyU31pSRBDkTTgibiuNKLJZ+oiUwq5NVJqeYo7wxUqwlfNGrlnGY1ha7nbg7 VxH1Wj1Pcy/02mOp3djZ8vc5ajdA6ZgH8rWXyDLOwlsrtDLa2Rh7ljKBevNw2ZVa eMstg9VLdPfgq+Ra0ijLk5nz2Q5AF6pN1x7qF00Favsuqeuxum3B9w73t3935Frr Spu6/unIIcIzuFqw== Received: (qmail 112454 invoked from network); 18 Nov 2024 08:29:39 +0100 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 18 Nov 2024 08:29:39 +0100 X-UD-Smtp-Session: l3s3148p1@xr8c4Son+tUujntT From: Wolfram Sang To: linux-kernel@vger.kernel.org Cc: Wolfram Sang , Sean Young , Mauro Carvalho Chehab , linux-media@vger.kernel.org Subject: [PATCH 07/15] media: mceusb: don't include 'pm_wakeup.h' directly Date: Mon, 18 Nov 2024 08:29:06 +0100 Message-Id: <20241118072917.3853-8-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> References: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> 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 Content-Type: text/plain; charset="utf-8" The header clearly states that it does not want to be included directly, only via 'device.h'. 'platform_device.h' works equally well. Remove the direct inclusion. Signed-off-by: Wolfram Sang --- drivers/media/rc/mceusb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/media/rc/mceusb.c b/drivers/media/rc/mceusb.c index cd7af4d88b7f..7e824eb2db9f 100644 --- a/drivers/media/rc/mceusb.c +++ b/drivers/media/rc/mceusb.c @@ -28,7 +28,6 @@ #include #include #include -#include #include =20 #define DRIVER_VERSION "1.95" --=20 2.39.2 From nobody Sat Nov 23 23:11:18 2024 Received: from mail.zeus03.de (zeus03.de [194.117.254.33]) (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 7BC32191F75 for ; Mon, 18 Nov 2024 07:29:54 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.117.254.33 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731914997; cv=none; b=sT2DWBCFUTpurvyOLVkOsQFlKeYyyWXxyvRXsfyzxwcijYklPqhTIix1k0EpPHaz7bJwEA1kNuVZKd728vWjt+WnQ4QrGoR1PbtBa2tqtQZYWVgI+uHWCH9rCo3T81bYLh+oauHmw/aBPi4RngtytbyQAJYEj0+ETQlsQks0jkE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731914997; c=relaxed/simple; bh=94qwWOo7QTWYKV/Sooqe52Aii0FwTnDZQrIkGfFMP2k=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=TqxNwijSEnkvQ6e3ISlXAzvaCyyNWaUunYjhCvsci1YG0qJ1MlsXEPrMw5l8huc0MpZ30kANinPnwQX2E1aovb5cSDSY8Xpph9hXPjFja37uZv2vd5QHh82uJFDY9FwiRRDH1dH11rrijshLp8YUrMIq4S9b7YpgDdkZankaQDY= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com; spf=pass smtp.mailfrom=sang-engineering.com; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b=gp+Jy/xU; arc=none smtp.client-ip=194.117.254.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b="gp+Jy/xU" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=from:to:cc:subject:date:message-id :in-reply-to:references:mime-version:content-transfer-encoding; s=k1; bh=3h32pvFwgdQwwoj/jDtNsBZmb+nL7PZupdbpCoD9vLQ=; b=gp+Jy/ xUSA6CivLIykTPkkxGPhZwwmLJt3q9gsN3kQ1+d8hiVrMF+mtchh77opr/W/5TxJ D0mm/z6Z/hxZ2ZhEdEJfVPprunzwno79NVO3YfXd/beg7aIj1Y7HYlN9FU1Cejjb yy/XG/pZnJS2Eekou/nfFVhNeCVgEY6C+ogaE33VOaNiEPJDloNIyLf51iuibu7r JsBAjzrALOFhVQfVCwg0p5Iw/EyrlnicF3OcCBiJfqeRr+5fZBXt76vRYXWlh72Y YhaQC4nHuejFPKVFuvQwQ9veUa2b0Xef+MybH1BHxpNS5hxxM8Ea43bm0177QkOh Hqh3wze7czj4AbJA== Received: (qmail 112470 invoked from network); 18 Nov 2024 08:29:40 +0100 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 18 Nov 2024 08:29:40 +0100 X-UD-Smtp-Session: l3s3148p1@ynAn4Son/NUujntT From: Wolfram Sang To: linux-kernel@vger.kernel.org Cc: Wolfram Sang , Ulf Hansson , linux-mmc@vger.kernel.org Subject: [PATCH 08/15] mmc: core: don't include 'pm_wakeup.h' directly Date: Mon, 18 Nov 2024 08:29:07 +0100 Message-Id: <20241118072917.3853-9-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> References: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> 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 Content-Type: text/plain; charset="utf-8" The header clearly states that it does not want to be included directly, only via 'device.h'. 'platform_device.h' works equally well. Remove the direct inclusion. Signed-off-by: Wolfram Sang --- drivers/mmc/core/core.c | 1 - drivers/mmc/core/host.c | 1 - 2 files changed, 2 deletions(-) diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c index d6c819dd68ed..c877dae8b4e2 100644 --- a/drivers/mmc/core/core.c +++ b/drivers/mmc/core/core.c @@ -19,7 +19,6 @@ #include #include #include -#include #include #include #include diff --git a/drivers/mmc/core/host.c b/drivers/mmc/core/host.c index 48bda70145ee..bdb22998357e 100644 --- a/drivers/mmc/core/host.c +++ b/drivers/mmc/core/host.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include #include --=20 2.39.2 From nobody Sat Nov 23 23:11:18 2024 Received: from mail.zeus03.de (zeus03.de [194.117.254.33]) (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 7CED0191F78 for ; Mon, 18 Nov 2024 07:29:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.117.254.33 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731914997; cv=none; b=HuQzBm/i3/NbYvvOdH5/7amH50FCukh5ObSzUhQ792VR90IjXmiscxIN6zcA9pxTC5n1pB2ChABR5wSCOKw/1XwyxR1f9ViN3Jg4pbKhZfzW37IHW6QqRQwdPGh/bBLczYn1iK8EQxTwQkKup/JSmjD8hSlZVkTO4agzyl5F4qU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731914997; c=relaxed/simple; bh=uQ1T56TYuNCOPZ5PR+UdSX4hgLyYi4afMVp3XFbzVuA=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=EQgPtfkKXmqMhLRpbZPQZKCeARffRt7LgULet7DMLmaytv8YDusWse/uYc87XVzP4VYP5NZqUDr1QMcEJoHtzwYH73HU5BPBJUtpORi7vxIV4Zx9sARwOdtq9l6mmWWNttVJdF+B78oICvJJl9lX1qG5fT+eWzCoEUvoGvFVIgg= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com; spf=pass smtp.mailfrom=sang-engineering.com; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b=BNYKDxgs; arc=none smtp.client-ip=194.117.254.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b="BNYKDxgs" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=from:to:cc:subject:date:message-id :in-reply-to:references:mime-version:content-transfer-encoding; s=k1; bh=y0XyrUg96ZZS1QFaM8OqueFKIMml64CiZTHIvthrgck=; b=BNYKDx gsMAswLoKsC0QXpufXq4uOF+/g0Tf8+7LUFcXOVpGU8CX6QqgCsH3gCsPriFib5N dTbxRxWzUL+hFyIOnV9iTAGrv3IPNkzDztoMmoMm40OWHfI2BOouZhXBpSbigZcY NxcJi9Uj1h60p3THa1H+9it+4bq9YFclhm6qozLERoJD/VjjMz2dIRmFosqy04qJ gsql8xqOPNfK+XEQlU/yJnBj7LvhFn3YAefyWQLZqM50SbKyxF8WoeHlzpN8UMWD pPoBWxnvlklRrlwuabLnDJewLxiNWyPDwxmQe/ItMkWIk0zDMh2DE7Y9wwgfv4sc Z1qc119oU/9B4nWA== Received: (qmail 112494 invoked from network); 18 Nov 2024 08:29:40 +0100 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 18 Nov 2024 08:29:40 +0100 X-UD-Smtp-Session: l3s3148p1@79ow4SonDNYujntT From: Wolfram Sang To: linux-kernel@vger.kernel.org Cc: Wolfram Sang , Florian Fainelli , Broadcom internal kernel review list , Andrew Lunn , Heiner Kallweit , Russell King , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , netdev@vger.kernel.org Subject: [PATCH 09/15] net: phy: broadcom: don't include 'pm_wakeup.h' directly Date: Mon, 18 Nov 2024 08:29:08 +0100 Message-Id: <20241118072917.3853-10-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> References: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> 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 Content-Type: text/plain; charset="utf-8" The header clearly states that it does not want to be included directly, only via 'device.h'. 'platform_device.h' works equally well. Remove the direct inclusion. Signed-off-by: Wolfram Sang Acked-by: Florian Fainelli --- drivers/net/phy/broadcom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/phy/broadcom.c b/drivers/net/phy/broadcom.c index ddded162c44c..5b55137c9d55 100644 --- a/drivers/net/phy/broadcom.c +++ b/drivers/net/phy/broadcom.c @@ -16,7 +16,7 @@ #include #include #include -#include +#include #include #include #include --=20 2.39.2 From nobody Sat Nov 23 23:11:18 2024 Received: from mail.zeus03.de (zeus03.de [194.117.254.33]) (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 043B0192D97 for ; Mon, 18 Nov 2024 07:29:56 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.117.254.33 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731914998; cv=none; b=I3MJFhUSQ0J5LXX82+NY0lHW/Khu6MFWrjtZMN9eAf7qaaSlUV3iVI/3Mgn8vUUP1HrxFEJQvgwUzAicjhUna8eldmP0Va89syqVnKkivQCd3nDhTC19FTFgtmIxl0hJmvpUCcBc0gYLeMhZ5fUt1KFO4wbdSL1yPPh2gIGNWes= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731914998; c=relaxed/simple; bh=d61pyvr9pJx3za2OmQBCSQeX1hFLCfyTEKq8mTGQBKg=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=q0kTvfl60In/1vUFfnHAO1pWg+YCW72wrix6h4yUgKoMksLSUcGDk9ukUqPNnHdggPNjuD9pydk9a++GzQzrozoKJo+oOqdtCcu02DeFStPol4CuJ5gLl+77JMzCvwjK7SxAe3cpEkZJ/YoleQ8xGHz5kxeinFXLx3X8MAJUzFc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com; spf=pass smtp.mailfrom=sang-engineering.com; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b=bAgzxkIA; arc=none smtp.client-ip=194.117.254.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b="bAgzxkIA" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=from:to:cc:subject:date:message-id :in-reply-to:references:mime-version:content-transfer-encoding; s=k1; bh=VR+CAEN8pxbCcmFzLXZ5IDr4DL+PJgQOT9bL2ruog/c=; b=bAgzxk IAj6jtuM/w7j1l9AtfZZ2onTodlUySSDSvYKGOLHR1U35D+kTnQpYF7sLwDaZJQn MB4U80ortCWDzaIZEJofopaTNSVOm/dBbXY/F/kFuX2sMit1h7NR26oU3HY+Ze9S VZPcxggvbaS7hfEGTCM1xXPrxWodPm9O3DIs/KY6uEA+WJYFs69SwEIzkJRMjo+t WdGXl1fxsynbJLZst1MNbRCG7tmyp/QcoeaE8KaFJ1wiMLs537Bz+ZPyn6Z05+gN TEjkWDzUb8otfBbcyG+adUyJjX55AHncOEiWGGwWhWQhcXjB0Og3+nzM+dwUuN4H gw/kytzXH6g621+Q== Received: (qmail 112513 invoked from network); 18 Nov 2024 08:29:41 +0100 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 18 Nov 2024 08:29:41 +0100 X-UD-Smtp-Session: l3s3148p1@x4I64SonGNYujntT From: Wolfram Sang To: linux-kernel@vger.kernel.org Cc: Wolfram Sang , Chandrashekar Devegowda , Chiranjeevi Rapolu , Liu Haijun , M Chetan Kumar , Ricardo Martinez , Loic Poulain , Sergey Ryazanov , Johannes Berg , Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , netdev@vger.kernel.org Subject: [PATCH 10/15] net: wwan: t7xx: don't include 'pm_wakeup.h' directly Date: Mon, 18 Nov 2024 08:29:09 +0100 Message-Id: <20241118072917.3853-11-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> References: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> 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 Content-Type: text/plain; charset="utf-8" The header clearly states that it does not want to be included directly, only via 'device.h'. 'platform_device.h' works equally well. Remove the direct inclusion. Signed-off-by: Wolfram Sang Acked-by: Sergey Ryazanov --- drivers/net/wwan/t7xx/t7xx_pci.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/wwan/t7xx/t7xx_pci.c b/drivers/net/wwan/t7xx/t7xx_= pci.c index e556e5bd49ab..5ce169461c7b 100644 --- a/drivers/net/wwan/t7xx/t7xx_pci.c +++ b/drivers/net/wwan/t7xx/t7xx_pci.c @@ -32,7 +32,6 @@ #include #include #include -#include #include =20 #include "t7xx_mhccif.h" --=20 2.39.2 From nobody Sat Nov 23 23:11:18 2024 Received: from mail.zeus03.de (zeus03.de [194.117.254.33]) (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 C901D194A48 for ; Mon, 18 Nov 2024 07:29:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.117.254.33 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731915000; cv=none; b=RgeaY0mdrxgReOlyTbO9sBc10rFzU6WlTJAb40Glt+LRvPgAKCRxwm+up2Laqz+MtFsazHxqy3lVSqUBKWwFt1tmPLv9BqQksRVn4cuUVyquSCJIjNJX1o2RHwNZgj44poVLHd2gUFzWK6s31Uz8d3vcnCcb511iRu60G3+I2qo= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731915000; c=relaxed/simple; bh=EVLI1cHGZYuRwvVqP9/Q0jGa6hZ3ryePQjA5jCLGSu4=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=tcc1cVTJZtluG8Onpz9VG0Bd7ySm0kDeyRVbxoO+mgdxm9q8qtWgSpnM1KqO8cw55bQy3EX9r8C0Xffqnwm9Bq24xNe6PjE3mtMLJj+wrVw2fsdHiqM32B7/wTqNn9S9J+JMQbKfsyjZBSY8hnXg81n5np4okgKHz7xN3odfRe4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com; spf=pass smtp.mailfrom=sang-engineering.com; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b=HAcWrwUD; arc=none smtp.client-ip=194.117.254.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b="HAcWrwUD" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=from:to:cc:subject:date:message-id :in-reply-to:references:mime-version:content-transfer-encoding; s=k1; bh=uZ5ABmRvlpMuaxQE2uiPOT7TJhXsFP6D8Ub1SaGgoc0=; b=HAcWrw UD8WTuNt/d5WCErt8gVspV3U3v/442VcFrIffF53mCR5uXdvMiNbaI9rWOX7g26m 6zTNjgTxpQHg7ZUvWMRzjjrkWLvu6Bw8wxJuiQIru9/tMnN29dmZOCLixRWz4AN3 CFvRWkpk/gO6uOqWaLP+TiZ0e/NXETNKuKOlCazcsHCXhfYvq7mhiRM3MYdTxE4b za6xs6o2Yiuzg1NJULDAfO1C19XhXkIuaLcQj4d1Vf8rddrpQeJo9sUXvOp6BT1B mxx/4r6YAl7LhocnZFUPgSoLi9+8pvISjtpNT9GQYxbsGgxRnQGh4p+zsWkgE+/C AG5aJWexGrsn9/iw== Received: (qmail 112532 invoked from network); 18 Nov 2024 08:29:41 +0100 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 18 Nov 2024 08:29:41 +0100 X-UD-Smtp-Session: l3s3148p1@IqlD4SonHNYujntT From: Wolfram Sang To: linux-kernel@vger.kernel.org Cc: Wolfram Sang , Bjorn Helgaas , linux-pci@vger.kernel.org Subject: [PATCH 11/15] PCI: don't include 'pm_wakeup.h' directly Date: Mon, 18 Nov 2024 08:29:10 +0100 Message-Id: <20241118072917.3853-12-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> References: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> 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 Content-Type: text/plain; charset="utf-8" The header clearly states that it does not want to be included directly, only via 'device.h'. 'platform_device.h' works equally well. Remove the direct inclusion. Signed-off-by: Wolfram Sang --- drivers/pci/pci.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index 225a6cd2e9ca..3b1939c9cf46 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c @@ -23,7 +23,6 @@ #include #include #include -#include #include #include #include --=20 2.39.2 From nobody Sat Nov 23 23:11:18 2024 Received: from mail.zeus03.de (zeus03.de [194.117.254.33]) (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 3B8FC194AD9 for ; Mon, 18 Nov 2024 07:29:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.117.254.33 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731915002; cv=none; b=MsAI0Um9FExrbJxxE7MQDbtXHYIY1x0/548+1bWm9hotH61bMV1mBNbUeqjwuWjiA9Tfl61ISKIgC8oH/MHkCxTMED3PLvcCRJ0U4odegPIeFoVZ9cXCO7Z1k83HlcbGNiPkO0MMO9tQHpCvvDa3yppUMc/jPOKdMUEFsRlUwz0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731915002; c=relaxed/simple; bh=yYejkGVmhQSxgt1LSIBLxXNAaQ3bld9Y7GYMSQUvulw=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=nsHdxz8BL7khy10rW+0cmAWNpn0ggOUfUzcLi3/TqgaPHlEZqptxG99X6pqN4073Y7KNjCN1bamAObgY7yU/kxDu+YdxZ+XLT2XKAFAVi+/dXTEpzvNZT3faiGudKndzHB/ZEabVYrvZP1pQiwp6l5EA3HasvtTb48mbTJe/p40= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com; spf=pass smtp.mailfrom=sang-engineering.com; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b=MRyiiq3q; arc=none smtp.client-ip=194.117.254.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b="MRyiiq3q" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=from:to:cc:subject:date:message-id :in-reply-to:references:mime-version:content-transfer-encoding; s=k1; bh=AlqpJCs+yskoKvKohsqem2hmeNhPOpiYtkfKCY3Ow1c=; b=MRyiiq 3qPpvACKY9KB6T1Lip1KaWBB5nUTjb/Igib5RranATGY+fzHThzQgYbJ3U3Jkubd cZIVqg3Mp13A1CLFKLKPetHV8AlU9VVKtoAFPkq5oYeeWcim0PmOARvTUa8mxA81 hN1a0GcudWIEw6y7T9/QtLniRwxGOHAZUvPYctJdto8Z0PfpdWpxxbK4TwtrdP4O /hpWmQgF59Vqvywf9lJr/oXm/dIpcwvAo4cww1Pm3bs2cMphkexQTn9hpSeuNunY XwAJjk997eyCM9dd/yaBJIrO6XAph1CpJ0Mie2APjvAVSxkYpCgMr8eGNq51sJ9p T8nEDGEfJtXcOIdA== Received: (qmail 112550 invoked from network); 18 Nov 2024 08:29:42 +0100 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 18 Nov 2024 08:29:42 +0100 X-UD-Smtp-Session: l3s3148p1@qrVM4SonqIYujntT From: Wolfram Sang To: linux-kernel@vger.kernel.org Cc: Wolfram Sang , Armin Wolf , Hans de Goede , =?UTF-8?q?Ilpo=20J=C3=A4rvinen?= , platform-driver-x86@vger.kernel.org Subject: [PATCH 12/15] platform/x86: quickstart: don't include 'pm_wakeup.h' directly Date: Mon, 18 Nov 2024 08:29:11 +0100 Message-Id: <20241118072917.3853-13-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> References: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> 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 Content-Type: text/plain; charset="utf-8" The header clearly states that it does not want to be included directly, only via 'device.h'. 'platform_device.h' works equally well. Remove the direct inclusion. Signed-off-by: Wolfram Sang --- drivers/platform/x86/quickstart.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/platform/x86/quickstart.c b/drivers/platform/x86/quick= start.c index 8d540a1c8602..c332c7cdaff5 100644 --- a/drivers/platform/x86/quickstart.c +++ b/drivers/platform/x86/quickstart.c @@ -20,7 +20,6 @@ #include #include #include -#include #include #include #include --=20 2.39.2 From nobody Sat Nov 23 23:11:18 2024 Received: from mail.zeus03.de (zeus03.de [194.117.254.33]) (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 EF50B197558 for ; Mon, 18 Nov 2024 07:29:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.117.254.33 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731915002; cv=none; b=s9+/iRTk7wKK+O4RPC+eBkohcHeQW7tbTLcoX+TKRKD1cRqqdVAecX4feAOqJQT/1ZGf5HE6vQHdNIZWfjk5e0RBueK1BkAENJsx1m1iswsEg9lG/mI6ZEW5Krshm5hRL0ic8+9dYlqdhH8jfZKDjXWXlHTjUTjUudfFITqyhKc= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731915002; c=relaxed/simple; bh=td6+l7WkUjNWGThmCIB/LPlCvWZT0+Ux4/fA3F+b0hk=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=P6jhQeoghRvoIPIj/Leyu4tNO4f/xvKk6YyfGMUFaXnDKNJXVhFm0uy+wvyda8Wloq6qYv6FluJPST1+zO7pEfGB3thK+8f4EHdafigkgDH7/WRw/1u+nhd+DmU6WsBQIrY5vr4uNpiEmVEi2aySCRrMjS4Kb3ttKCsPJHghaR8= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com; spf=pass smtp.mailfrom=sang-engineering.com; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b=HL+7WMop; arc=none smtp.client-ip=194.117.254.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b="HL+7WMop" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=from:to:cc:subject:date:message-id :in-reply-to:references:mime-version:content-transfer-encoding; s=k1; bh=zIZipZXZzeXFxw5y+kIUydqWUv7lTVPzDgbO2oK3gn4=; b=HL+7WM opor2SYxeVA4JHlYVuMdXpQwfKmpXx66XE9fzBshiF7pdTI7uzGfcZOCMj14xc5d EJ25syDHUIg/rz0jua9qduEoJtilO0VUVE3UTSrzMSv+3jkUnHKFMM8wuaMMdeIc yPo/nXDLAi2MOjNNCw+LbiVljHiblxy4VJG4bUdGIdkvLHhFSaVZ/RH3yuspw3G5 sETeD4Cbw0frHGY9f/U6OpZGOVPaP3umDHc3CXaep/Z2IXCsefCAWg7WRS735T+s DPoQiSJZ0nagChQx0dVA2ObWZI6ZF9fEnn8Uif+bB7hC0b1tYjlKNvIdxXU6eKJb AkhHEuEkszEnbnfw== Received: (qmail 112572 invoked from network); 18 Nov 2024 08:29:43 +0100 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 18 Nov 2024 08:29:43 +0100 X-UD-Smtp-Session: l3s3148p1@BLpV4SonsIYujntT From: Wolfram Sang To: linux-kernel@vger.kernel.org Cc: Wolfram Sang , Alexandre Belloni , Florian Fainelli , Broadcom internal kernel review list , linux-rtc@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH 13/15] rtc: brcmstb-waketimer: don't include 'pm_wakeup.h' directly Date: Mon, 18 Nov 2024 08:29:12 +0100 Message-Id: <20241118072917.3853-14-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> References: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> 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 Content-Type: text/plain; charset="utf-8" The header clearly states that it does not want to be included directly, only via 'device.h'. 'platform_device.h' works equally well. Remove the direct inclusion. Signed-off-by: Wolfram Sang --- drivers/rtc/rtc-brcmstb-waketimer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/rtc/rtc-brcmstb-waketimer.c b/drivers/rtc/rtc-brcmstb-= waketimer.c index 1a65a4e0dc00..6c7701b24ba5 100644 --- a/drivers/rtc/rtc-brcmstb-waketimer.c +++ b/drivers/rtc/rtc-brcmstb-waketimer.c @@ -17,7 +17,6 @@ #include #include #include -#include #include #include #include --=20 2.39.2 From nobody Sat Nov 23 23:11:18 2024 Received: from mail.zeus03.de (zeus03.de [194.117.254.33]) (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 5759E195FEC for ; Mon, 18 Nov 2024 07:30:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.117.254.33 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731915002; cv=none; b=Oyjgx+c1dumSRnO1uM7gmjhwCgyI/z6q+nnDnxh5lueWuQl5i0Lpa3jBvxowF0breAzRRjLU/lb29Pjg3O8Js+hwjxi6GYdqd22bJt+j89ESSZB5eN5XlsqhTr+OJ52hsf+i7mq1UuCx5URZbXgsClINFduUDxerwOE5ygPZNCI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731915002; c=relaxed/simple; bh=f3o3098CzLZDUSZTfVt0VWZ3ZadIGqmHuY1Oegtq9dM=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=u6ATVAIVjrJtj99ED82hkLZ7rVDq8SfJ0YIfo9GrrDq55D436ih7pkNTEUqor+EdCJZHwJBAHRv+72baUT5bghe58n08QLE1k5CIPLV3SSAx4JxsmfeaNw1gzPu/c3wapa6D5Vzl+mA7KXixC9UIV2ZYYKtSftBcfPADDmSlJRs= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com; spf=pass smtp.mailfrom=sang-engineering.com; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b=FscPVe7h; arc=none smtp.client-ip=194.117.254.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b="FscPVe7h" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=from:to:cc:subject:date:message-id :in-reply-to:references:mime-version:content-transfer-encoding; s=k1; bh=4mLliVVW6iKzF/knQYa+1jIwAJwPns2cF/3h1Vv+nTM=; b=FscPVe 7hhkydcZEDUwMG+waEjWQO34MFPUqqriDrdsi1a9sMTYwbpkfpSYrN0SMEoTYmUk q07IUE0NjY8yxgsvgRlfLaeufpSPfupt5m75xUeXi+SdVX83DJiOz+NCXrmHlex9 NhLSns9tipuAdZKRqASyf3qfiPA/VClH7Dv3iZqy6olnvuUtX+IcETOltRlQ9zSN iposHpLllHC9JWFV6PW533ERc7d7stHGRUId5ABD5SWhmBsS6A+YFUkkmLvHJGcz lSNNq+5h+S95i+mOfSaMhVNl9R7RNdF+NueIgagkNBlT892RmIjJG17Kr3QJ45dV FdwwHpRB14eHczAw== Received: (qmail 112590 invoked from network); 18 Nov 2024 08:29:43 +0100 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 18 Nov 2024 08:29:43 +0100 X-UD-Smtp-Session: l3s3148p1@QLte4SontoYujntT From: Wolfram Sang To: linux-kernel@vger.kernel.org Cc: Wolfram Sang , Heikki Krogerus , Greg Kroah-Hartman , Matthias Brugger , AngeloGioacchino Del Regno , linux-usb@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: [PATCH 14/15] usb: typec: tcpci_mt6370: don't include 'pm_wakeup.h' directly Date: Mon, 18 Nov 2024 08:29:13 +0100 Message-Id: <20241118072917.3853-15-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> References: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> 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 Content-Type: text/plain; charset="utf-8" The header clearly states that it does not want to be included directly, only via 'device.h'. 'platform_device.h' works equally well. Remove the direct inclusion. Signed-off-by: Wolfram Sang Reviewed-by: Heikki Krogerus --- drivers/usb/typec/tcpm/tcpci_mt6370.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/usb/typec/tcpm/tcpci_mt6370.c b/drivers/usb/typec/tcpm= /tcpci_mt6370.c index 9cda1005ef01..bc5fd2557e6f 100644 --- a/drivers/usb/typec/tcpm/tcpci_mt6370.c +++ b/drivers/usb/typec/tcpm/tcpci_mt6370.c @@ -11,7 +11,6 @@ #include #include #include -#include #include #include #include --=20 2.39.2 From nobody Sat Nov 23 23:11:18 2024 Received: from mail.zeus03.de (zeus03.de [194.117.254.33]) (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 01DE919755B for ; Mon, 18 Nov 2024 07:30:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.117.254.33 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731915003; cv=none; b=FNpuZC14RG6Cnjs8N/XrxN7Xu7kU1YUTurhPacPZsLyw6TzFq3uvPxIfGP6d+UKdNh9sHmMV8uHYGdsPLb/I+u8QO9+AjvK9dAE463d+S5BJwVeNQ/3rkt2kdOor7iGLmZLRatPqn2gQOsU5bCD3QDqgddCsCSr3ln17gnhsTNw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731915003; c=relaxed/simple; bh=tf/n/Vd2Qey2MSMkUj+THLnyykLaED63+olpFeHg3ps=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=geDftqkfPmpu+N0Szi+mKzE521OvHzKql72pZHIjA8CFqKxVvihLuTiYNwltqCPGnJuZZ891ysv9AWF1WvMuCOyOM5ciqdOqSLC/2/p5QbwNZ3OR/13MHIDuIFqpdQE/Itbz3L89UN84jtJWS8Ltsoy0GWFpPya8myCGZRGJU4k= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com; spf=pass smtp.mailfrom=sang-engineering.com; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b=Mm/7i0Va; arc=none smtp.client-ip=194.117.254.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b="Mm/7i0Va" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=from:to:cc:subject:date:message-id :in-reply-to:references:mime-version:content-transfer-encoding; s=k1; bh=9HmycQ3Q7Y5MjAcI/7v5Syt7rKnHNfDgqZTswGXx3ic=; b=Mm/7i0 VaDHscWaBeRw1E6Ns7S/hIZ3c5XipVyVDOF1qPzPpYLOcsQ7j8CipgqeZykrw7aI koPXWw+fAQBO6BZty7gz5CRXyxHPUxukZHrNsR95YEcL4TKh0gQLn2lc6KlW27tf GoxBYDFhd4XzGXEqxOu4a4Zf4K0l1BCK0+yZcfXV+h01UZSnVRpIniyCtY6DLfo6 s8pxj+sqlF7xRyzc7XhJeL8KOZJYiQcSs1tDJO/9CiD9oOeEX4WmViH7jQ9OgOdI q8G0+6zcfr3XGF3cyC12GGyAUkOw3I5cJzx12YPQ8YAhKxAANuNG1mLntqvRMKkr 1R4/cOC/pZ0uskkg== Received: (qmail 112606 invoked from network); 18 Nov 2024 08:29:44 +0100 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 18 Nov 2024 08:29:44 +0100 X-UD-Smtp-Session: l3s3148p1@oAto4SonxIYujntT From: Wolfram Sang To: linux-kernel@vger.kernel.org Cc: Wolfram Sang , "Rafael J. Wysocki" , Pavel Machek , Len Brown , linux-pm@vger.kernel.org Subject: [PATCH 15/15] PM / Sleep: don't include 'pm_wakeup.h' directly Date: Mon, 18 Nov 2024 08:29:14 +0100 Message-Id: <20241118072917.3853-16-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> References: <20241118072917.3853-1-wsa+renesas@sang-engineering.com> 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 Content-Type: text/plain; charset="utf-8" The header clearly states that it does not want to be included directly, only via 'device.h'. 'platform_device.h' works equally well. Remove the direct inclusion. Signed-off-by: Wolfram Sang --- kernel/power/autosleep.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/power/autosleep.c b/kernel/power/autosleep.c index b29c8aca7486..865df641b97c 100644 --- a/kernel/power/autosleep.c +++ b/kernel/power/autosleep.c @@ -9,7 +9,6 @@ =20 #include #include -#include =20 #include "power.h" =20 --=20 2.39.2