hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/staging/most/dim2/sysfs.h
....@@ -1,4 +1,4 @@
1
-// SPDX-License-Identifier: GPL-2.0
1
+/* SPDX-License-Identifier: GPL-2.0 */
22 /*
33 * sysfs.h - MediaLB sysfs information
44 *
....@@ -15,16 +15,5 @@
1515 struct medialb_bus {
1616 struct kobject kobj_group;
1717 };
18
-
19
-struct device;
20
-
21
-int dim2_sysfs_probe(struct device *dev);
22
-void dim2_sysfs_destroy(struct device *dev);
23
-
24
-/*
25
- * callback,
26
- * must deliver MediaLB state as true if locked or false if unlocked
27
- */
28
-bool dim2_sysfs_get_state_cb(void);
2918
3019 #endif /* DIM2_SYSFS_H */