From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-qv1-f45.google.com (mail-qv1-f45.google.com [209.85.219.45]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 99605E556 for ; Sat, 30 Dec 2023 22:46:34 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=iwanders.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=iwanders.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=iwanders.net header.i=@iwanders.net header.b="WzJblL9s" Received: by mail-qv1-f45.google.com with SMTP id 6a1803df08f44-680a13af19bso7744366d6.0 for ; Sat, 30 Dec 2023 14:46:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iwanders.net; s=google; t=1703976393; x=1704581193; darn=vger.kernel.org; h=references:in-reply-to:message-id:date:subject:cc:to:from:from:to :cc:subject:date:message-id:reply-to; bh=fZIH0cllwWP10xEZ7qclYaGxBZpXoISgRGheC+EsW2c=; b=WzJblL9s5WcFHtPruCmD8VKuI5L4zDuOBb3kc/ERqm55ISpz8zQTa3u1SWB+5TcE8P hM/6Fwey6xz7cOzWUax2Z+Bggizf+mmoUH+Qv/zQyFJEQ8boZDfRUMAAkPSy4k5zG+Bz 9QPnpgIVcq9X2B2hPyhRMYtMTSrYiIq2eUBfo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1703976393; x=1704581193; h=references:in-reply-to:message-id:date:subject:cc:to:from :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=fZIH0cllwWP10xEZ7qclYaGxBZpXoISgRGheC+EsW2c=; b=WkPXRIpLbZjhf7c6mLIgHS46iFOPb3YlvK2LekRgBY9dHuZvYfoNwTeQQo1x7fvD7Y 0FmA9WWygtWdsU/3IvtLqUYsYVd5YywipQ8Mo7jJY2/A+gM8JN/PAXwjIIC8v+5zdzNy LM52IOgjPTplt5QXZhboiZGJOioUKCgmfM18tPPLsKibXfh0bmd+Ca39Fofa0MfGxBBh KJrgViBH9mDDfqXde16lBCYSChT1IIIcMytaQsg/cuFjpRmnhDw886qVYpKy4mCqaeOa NaShrX8bDUXm7uvER0HO/U49gXM0Dn4MeMAP5NzmajHIV0ScgO7rxAb8JN9MRlpecWGG 9XCQ== X-Gm-Message-State: AOJu0YzeyeDRxmTFa4Dy4qpSJpluld7qn05eVhusODm/irqWPfjTgr1+ sc9mfIGHhpa4RMe8bTAEabinUrq+TnXzCA== X-Google-Smtp-Source: AGHT+IHJ9upV4SW2nHDVn+pdfd0Dmw6j+xR3o3cnnfx5doXDlyLXLFSm+v3OsxVzMPdKpASOiFCHCg== X-Received: by 2002:a05:6214:1110:b0:680:1099:851f with SMTP id e16-20020a056214111000b006801099851fmr11210203qvs.83.1703976393569; Sat, 30 Dec 2023 14:46:33 -0800 (PST) Received: from eagle.lan (24-246-30-234.cable.teksavvy.com. [24.246.30.234]) by smtp.gmail.com with ESMTPSA id da7-20020a05621408c700b0067f2c03d4adsm8136440qvb.100.2023.12.30.14.46.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 30 Dec 2023 14:46:33 -0800 (PST) From: Ivor Wanders To: luzmaximilian@gmail.com Cc: corbet@lwn.net, hdegoede@redhat.com, ivor@iwanders.net, jdelvare@suse.com, linux-doc@vger.kernel.org, linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org, linux@roeck-us.net, markgross@kernel.org, platform-driver-x86@vger.kernel.org Subject: Re: [PATCH v2 1/2] hwmon: add fan speed monitoring driver for Surface devices Date: Sat, 30 Dec 2023 17:46:30 -0500 Message-Id: <20231230224630.12618-1-ivor@iwanders.net> X-Mailer: git-send-email 2.17.1 In-Reply-To: References: Precedence: bulk X-Mailing-List: linux-hwmon@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: > As far as I can see, linux/platform_device.h is not needed. Correct, it's no longer necessary, I've removed it, thanks! ~Ivor