diff options
Diffstat (limited to 'drivers/s390/cio/idset.h')
-rw-r--r-- | drivers/s390/cio/idset.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/s390/cio/idset.h b/drivers/s390/cio/idset.h index 06d3bc01bb09..22b58104683b 100644 --- a/drivers/s390/cio/idset.h +++ b/drivers/s390/cio/idset.h | |||
@@ -11,7 +11,6 @@ | |||
11 | struct idset; | 11 | struct idset; |
12 | 12 | ||
13 | void idset_free(struct idset *set); | 13 | void idset_free(struct idset *set); |
14 | void idset_clear(struct idset *set); | ||
15 | void idset_fill(struct idset *set); | 14 | void idset_fill(struct idset *set); |
16 | 15 | ||
17 | struct idset *idset_sch_new(void); | 16 | struct idset *idset_sch_new(void); |
@@ -19,7 +18,6 @@ void idset_sch_add(struct idset *set, struct subchannel_id id); | |||
19 | void idset_sch_del(struct idset *set, struct subchannel_id id); | 18 | void idset_sch_del(struct idset *set, struct subchannel_id id); |
20 | void idset_sch_del_subseq(struct idset *set, struct subchannel_id schid); | 19 | void idset_sch_del_subseq(struct idset *set, struct subchannel_id schid); |
21 | int idset_sch_contains(struct idset *set, struct subchannel_id id); | 20 | int idset_sch_contains(struct idset *set, struct subchannel_id id); |
22 | int idset_sch_get_first(struct idset *set, struct subchannel_id *id); | ||
23 | int idset_is_empty(struct idset *set); | 21 | int idset_is_empty(struct idset *set); |
24 | void idset_add_set(struct idset *to, struct idset *from); | 22 | void idset_add_set(struct idset *to, struct idset *from); |
25 | 23 | ||