zdev: Remove support for lcs device type

Kernel support for LCS devices was removed with commit 6cccb3bb0561
("s390/net: Remove LCS driver") in kernel v6.15. Remove the associated
zdev support for the lcs device type.

Signed-off-by: Vineeth Vijayan <vneethv@linux.ibm.com>
Reviewed-by: Peter Oberparleiter <oberpar@linux.ibm.com>
Reviewed-by: Jan Höppner <hoeppner@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Vineeth Vijayan
2025-12-15 17:25:04 +01:00
committed by Jan Höppner
parent bd0bb9dd5c
commit b6bb87f377
13 changed files with 7 additions and 852 deletions

View File

@@ -1,25 +0,0 @@
/*
* zdev - Modify and display the persistent configuration of devices
*
* Copyright IBM Corp. 2016, 2017
*
* s390-tools is free software; you can redistribute it and/or modify
* it under the terms of the MIT license. See LICENSE for details.
*/
#ifndef LCS_H
#define LCS_H
#define LCS_MOD_NAME "lcs"
#define LCS_CCWGROUPDRV_NAME "lcs"
#define LCS_CCWDRV_NAME "lcs"
#define LCS_ROOTDRV_NAME "lcs"
#define LCS_NUM_DEVS 2
struct devtype;
struct namespace;
extern struct devtype lcs_devtype;
extern struct namespace lcs_namespace;
#endif /* LCS_H */

View File

@@ -1,24 +0,0 @@
/*
* zdev - Modify and display the persistent configuration of devices
*
* Copyright IBM Corp. 2016, 2017
*
* s390-tools is free software; you can redistribute it and/or modify
* it under the terms of the MIT license. See LICENSE for details.
*/
#ifndef LCS_AUTO_H
#define LCS_AUTO_H
#include "misc.h"
struct util_list;
struct ccwgroup_devid;
struct ccw_devid;
void lcs_auto_add_ids(struct util_list *);
exit_code_t lcs_auto_get_devid(struct ccwgroup_devid *, struct ccw_devid *,
err_t);
exit_code_t lcs_auto_is_possible(struct ccwgroup_devid *, err_t);
#endif /* LCS_AUTO_H */