]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
include: Remove unused ks8851_mll.h
authorCosta Shulyupin <costa.shul@redhat.com>
Fri, 15 May 2026 18:45:25 +0000 (21:45 +0300)
committerJakub Kicinski <kuba@kernel.org>
Tue, 19 May 2026 00:02:35 +0000 (17:02 -0700)
The last user was removed in commit 72628da6d634 ("net: ks8851:
Remove ks8851_mll.c") which consolidated the driver into a
common implementation. No file includes this header.

Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
Link: https://patch.msgid.link/20260515184531.1515418-1-costa.shul@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/linux/ks8851_mll.h [deleted file]

diff --git a/include/linux/ks8851_mll.h b/include/linux/ks8851_mll.h
deleted file mode 100644 (file)
index 57c0a39..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-/*
- * ks8861_mll platform data struct definition
- * Copyright (c) 2012 BTicino S.p.A.
- */
-
-#ifndef _LINUX_KS8851_MLL_H
-#define _LINUX_KS8851_MLL_H
-
-#include <linux/if_ether.h>
-
-/**
- * struct ks8851_mll_platform_data - Platform data of the KS8851_MLL network driver
- * @macaddr:   The MAC address of the device, set to all 0:s to use the on in
- *             the chip.
- */
-struct ks8851_mll_platform_data {
-       u8 mac_addr[ETH_ALEN];
-};
-
-#endif