[PATCH] mfd: ds1wm: remove remaining header

Wilken Gottwalt posted 1 patch 1 year, 5 months ago
include/linux/mfd/ds1wm.h | 29 -----------------------------
1 file changed, 29 deletions(-)
delete mode 100644 include/linux/mfd/ds1wm.h
[PATCH] mfd: ds1wm: remove remaining header
Posted by Wilken Gottwalt 1 year, 5 months ago
The driver was removed after kernel 6.2, keeping the header around
doesn't make much sense.

Signed-off-by: Wilken Gottwalt <wilken.gottwalt@posteo.net>
---
 include/linux/mfd/ds1wm.h | 29 -----------------------------
 1 file changed, 29 deletions(-)
 delete mode 100644 include/linux/mfd/ds1wm.h

diff --git a/include/linux/mfd/ds1wm.h b/include/linux/mfd/ds1wm.h
deleted file mode 100644
index 43dfca1c9702..000000000000
--- a/include/linux/mfd/ds1wm.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-/* MFD cell driver data for the DS1WM driver
- *
- * to be defined in the MFD device that is
- * using this driver for one of his sub devices
- */
-
-struct ds1wm_driver_data {
-	int active_high;
-	int clock_rate;
-	/* in milliseconds, the amount of time to
-	 * sleep following a reset pulse. Zero
-	 * should work if your bus devices recover
-	 * time respects the 1-wire spec since the
-	 * ds1wm implements the precise timings of
-	 * a reset pulse/presence detect sequence.
-	 */
-	unsigned int reset_recover_delay;
-
-	/* Say 1 here for big endian Hardware
-	 * (only relevant with bus-shift > 0
-	 */
-	bool is_hw_big_endian;
-
-	/* left shift of register number to get register address offsett.
-	 * Only 0,1,2 allowed for 8,16 or 32 bit bus width respectively
-	 */
-	unsigned int bus_shift;
-};
-- 
2.45.2
Re: (subset) [PATCH] mfd: ds1wm: remove remaining header
Posted by Lee Jones 1 year, 4 months ago
On Mon, 15 Jul 2024 08:17:28 +0000, Wilken Gottwalt wrote:
> The driver was removed after kernel 6.2, keeping the header around
> doesn't make much sense.
> 
> 

Applied, thanks!

[1/1] mfd: ds1wm: remove remaining header
      commit: c8f7a8fdd49b75a8c9e2752a20e723b697b8b504

--
Lee Jones [李琼斯]