summaryrefslogtreecommitdiffstats
path: root/include/linux/property.h
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2023-03-27 16:01:50 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-03-27 18:08:51 +0200
commit579d472b379983498a6a7d9f7b1dd74c20afdc50 (patch)
treeb1f0048cd109f0c09afcae409bf001007446c042 /include/linux/property.h
parent386af3bdb53585405c22dae58ad99b72ed5895f5 (diff)
downloadlinux-stable-579d472b379983498a6a7d9f7b1dd74c20afdc50.tar.gz
linux-stable-579d472b379983498a6a7d9f7b1dd74c20afdc50.tar.bz2
linux-stable-579d472b379983498a6a7d9f7b1dd74c20afdc50.zip
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.h1
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,