summaryrefslogtreecommitdiff
path: root/include/linux/platform_device.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@kernel.org>2026-04-04 20:59:34 +0200
committerThomas Gleixner <tglx@kernel.org>2026-04-04 20:59:34 +0200
commitbad28e01f206c533a8ff7fec5efe8ab9607a8364 (patch)
tree3d6ed488c49711f13984e4ce1fb08dd186330ff8 /include/linux/platform_device.h
parentfd7400cfcbaaa1f3d1b904711d9daf029e996364 (diff)
parent7aaa8047eafd0bd628065b15757d9b48c5f9c07d (diff)
Merge tag 'v7.0-rc6' into irq/core
to be able to merge the hyper-v patch related to randomness.
Diffstat (limited to 'include/linux/platform_device.h')
-rw-r--r--include/linux/platform_device.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/platform_device.h b/include/linux/platform_device.h
index 813da101b5bf..ed1d50d1c3c1 100644
--- a/include/linux/platform_device.h
+++ b/include/linux/platform_device.h
@@ -31,11 +31,6 @@ struct platform_device {
struct resource *resource;
const struct platform_device_id *id_entry;
- /*
- * Driver name to force a match. Do not set directly, because core
- * frees it. Use driver_set_override() to set or clear it.
- */
- const char *driver_override;
/* MFD cell pointer */
struct mfd_cell *mfd_cell;