kernel/drivers/staging/most/dim2/sysfs.h
.. .. @@ -1,4 +1,4 @@ 1 -// SPDX-License-Identifier: GPL-2.01 +/* SPDX-License-Identifier: GPL-2.0 */2 2 /* 3 3 * sysfs.h - MediaLB sysfs information 4 4 * .. .. @@ -15,16 +15,5 @@ 15 15 struct medialb_bus { 16 16 struct kobject kobj_group; 17 17 }; 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 unlocked27 - */28 -bool dim2_sysfs_get_state_cb(void);29 18 30 19 #endif /* DIM2_SYSFS_H */