summaryrefslogtreecommitdiffstats
path: root/include/linux/spi
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2023-01-31 21:34:46 -0800
committerStefan Schmidt <stefan@datenfreihafen.org>2023-02-01 21:27:56 +0100
commit9b26ed18545056794bf9d3f3defd9e09719ff4f5 (patch)
tree5fca7253ae1b06e41a264b9e4b1a41afc6519b78 /include/linux/spi
parent9f2ad955f98366003e887e32bdd4ea98ef2a04f4 (diff)
downloadlinux-9b26ed18545056794bf9d3f3defd9e09719ff4f5.tar.gz
linux-9b26ed18545056794bf9d3f3defd9e09719ff4f5.tar.bz2
linux-9b26ed18545056794bf9d3f3defd9e09719ff4f5.zip
ieee802154: at86rf230: drop support for platform data
There are no users of platform data in the mainline tree, and new boards should use either ACPI or device tree, so let's stop supporting it. This will help with converting the driver to gpiod API. Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Link: https://lore.kernel.org/r/20230201053447.4098486-1-dmitry.torokhov@gmail.com Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Diffstat (limited to 'include/linux/spi')
-rw-r--r--include/linux/spi/at86rf230.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/include/linux/spi/at86rf230.h b/include/linux/spi/at86rf230.h
deleted file mode 100644
index d278576ab692..000000000000
--- a/include/linux/spi/at86rf230.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-/*
- * AT86RF230/RF231 driver
- *
- * Copyright (C) 2009-2012 Siemens AG
- *
- * Written by:
- * Dmitry Eremin-Solenikov <dmitry.baryshkov@siemens.com>
- */
-#ifndef AT86RF230_H
-#define AT86RF230_H
-
-struct at86rf230_platform_data {
- int rstn;
- int slp_tr;
- int dig2;
- u8 xtal_trim;
-};
-
-#endif