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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EE695C7619A for ; Mon, 27 Mar 2023 13:02:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232144AbjC0NCv (ORCPT ); Mon, 27 Mar 2023 09:02:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40380 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232453AbjC0NCu (ORCPT ); Mon, 27 Mar 2023 09:02:50 -0400 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 402681FC9; Mon, 27 Mar 2023 06:02:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679922151; x=1711458151; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=GnN5yMqKyMoVbSr4z5kndngc7czLeDZTZGsv8tnHdGc=; b=V+HX8Eoprow8Teo2tLScxdFqERdBKybHJZIAKrUE6D7IzcEgybG+zAaA NokwtY5lmjykbW7pdR9uwwCyYRdsM3sl/6sfFlWA3eXzugPtxnpOqWHDb 8E8kfUFL3tjb/s0NDMSFH7PeKwoY8tbySAf6720kDu5C5bKYGDTbX4aE2 40FI+aB7jzTklQKojPNhfBYqDF7IOoty8Ka9TQ9U/lYU7NLelsz9d4J5v B1b4BS4tqu4OQqX/eDjqna4Os19BHQs2XSTlj4GHs5FwJHGffzlrYod8U hc6w5ym63e8vD18QMmaX6WNgTQkBT8yPWJIgJmxpl2rwuauRoTtVIAufx A==; X-IronPort-AV: E=McAfee;i="6600,9927,10661"; a="324137774" X-IronPort-AV: E=Sophos;i="5.98,294,1673942400"; d="scan'208";a="324137774" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2023 06:02:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10661"; a="676954488" X-IronPort-AV: E=Sophos;i="5.98,294,1673942400"; d="scan'208";a="676954488" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga007.jf.intel.com with ESMTP; 27 Mar 2023 06:02:28 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1pgmUV-009EsW-0c; Mon, 27 Mar 2023 16:02:27 +0300 Date: Mon, 27 Mar 2023 16:02:26 +0300 From: Andy Shevchenko To: Greg Kroah-Hartman Cc: linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, "Rafael J. Wysocki" , Daniel Scally , Heikki Krogerus , Sakari Ailus Subject: Re: [PATCH v1 1/1] device property: Remove unused struct net_device forward declaration Message-ID: References: <20230323151519.58479-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Mon, Mar 27, 2023 at 01:48:21PM +0200, Greg Kroah-Hartman wrote: > On Mon, Mar 27, 2023 at 01:11:20PM +0300, Andy Shevchenko wrote: > > On Thu, Mar 23, 2023 at 05:15:19PM +0200, Andy Shevchenko wrote: > > > There is no users in the property.h for the struct net_device. > > > Remove the latter for good. > > > > Oh, this seems unfortunate as it doesn't Cc Greg. Folks, shall we add > > the header to "DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS"? > > Yes please. Done as v2 with this patch also resent there. -- With Best Regards, Andy Shevchenko