lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <CAJZ5v0i_VMS-2=cMaGU9kbS-eCsGqmOXm_nGvhz4B9ZAa7tLfQ@mail.gmail.com> Date: Mon, 27 Mar 2023 16:45:57 +0200 From: "Rafael J. Wysocki" <rafael@...nel.org> To: Andy Shevchenko <andriy.shevchenko@...ux.intel.com> Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>, linux-kernel@...r.kernel.org, linux-acpi@...r.kernel.org, Daniel Scally <djrscally@...il.com>, Heikki Krogerus <heikki.krogerus@...ux.intel.com>, Sakari Ailus <sakari.ailus@...ux.intel.com>, "Rafael J. Wysocki" <rafael@...nel.org> Subject: Re: [PATCH v2 2/2] device property: Remove unused struct net_device forward declaration On Mon, Mar 27, 2023 at 3:02 PM Andy Shevchenko <andriy.shevchenko@...ux.intel.com> wrote: > > There is no users in the property.h for the struct net_device. > Remove the latter for good. > > Signed-off-by: Andy Shevchenko <andriy.shevchenko@...ux.intel.com> Acked-by: Rafael J. Wysocki <rafael@...nel.org> > --- > v2: no changes (just Cc'ed accordingly) > include/linux/property.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/include/linux/property.h b/include/linux/property.h > index 4a536548606b..59f452198c64 100644 > --- a/include/linux/property.h > +++ b/include/linux/property.h > @@ -16,7 +16,6 @@ > #include <linux/types.h> > > struct device; > -struct net_device; > > enum dev_prop_type { > DEV_PROP_U8, > -- > 2.40.0.1.gaa8946217a0b >
Powered by blists - more mailing lists