Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63094
b: refs/heads/master
c: 07c6a33
h: refs/heads/master
v: v3
  • Loading branch information
Cornelia Huck authored and Martin Schwidefsky committed Jul 27, 2007
1 parent 64f0d70 commit 24665d2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8da1aecde00b74d63123e6031155bbb1424b338d
refs/heads/master: 07c6a3386d8c09e8d6c58274bd69f640dda15833
2 changes: 1 addition & 1 deletion trunk/drivers/s390/cio/css.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ css_subchannel_release(struct device *dev)
}
}

int css_sch_device_register(struct subchannel *sch)
static int css_sch_device_register(struct subchannel *sch)
{
int ret;

Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/s390/cio/css.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ struct css_driver {
*/
extern struct bus_type css_bus_type;

extern int css_sch_device_register(struct subchannel *);
extern void css_sch_device_unregister(struct subchannel *);
extern struct subchannel * get_subchannel_by_schid(struct subchannel_id);
extern int css_init_done;
Expand Down

0 comments on commit 24665d2

Please sign in to comment.