summaryrefslogtreecommitdiff
path: root/include/linux/device
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2023-05-24 13:02:23 +0300
committerMark Brown <broonie@kernel.org>2023-05-24 13:02:23 +0300
commit01bc4ac9da94f972aabc33fc658609e2732a26e2 (patch)
tree9798dc547ba536d964261e9bead6ba6aecfd0cfc /include/linux/device
parent8ce1bb9a5935385e9ef65bda1e8ca923c7fbb887 (diff)
parent44c026a73be8038f03dbdeef028b642880cf1511 (diff)
downloadlinux-01bc4ac9da94f972aabc33fc658609e2732a26e2.tar.xz
spi: Merge up v6.4-rc3
Merge up v6.4-rc3 in order to get fixes to improve the stability of my CI.
Diffstat (limited to 'include/linux/device')
-rw-r--r--include/linux/device/class.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/device/class.h b/include/linux/device/class.h
index 9deeaeb457bb..abf3d3bfb6fe 100644
--- a/include/linux/device/class.h
+++ b/include/linux/device/class.h
@@ -74,6 +74,7 @@ struct class {
struct class_dev_iter {
struct klist_iter ki;
const struct device_type *type;
+ struct subsys_private *sp;
};
int __must_check class_register(const struct class *class);