diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2023-03-27 16:01:50 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-03-27 19:08:51 +0300 |
commit | 579d472b379983498a6a7d9f7b1dd74c20afdc50 (patch) | |
tree | b1f0048cd109f0c09afcae409bf001007446c042 /include/linux/property.h | |
parent | 386af3bdb53585405c22dae58ad99b72ed5895f5 (diff) | |
download | linux-579d472b379983498a6a7d9f7b1dd74c20afdc50.tar.xz |
device property: Remove unused struct net_device forward declaration
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@linux.intel.com>
Acked-by: Rafael J. Wysocki <rafael@kernel.org>
Link: https://lore.kernel.org/r/20230327130150.84114-2-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/property.h')
-rw-r--r-- | include/linux/property.h | 1 |
1 files changed, 0 insertions, 1 deletions
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, |