Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40427
b: refs/heads/master
c: 3c9da7b
h: refs/heads/master
i:
  40425: 0b939f6
  40423: 0404698
v: v3
  • Loading branch information
Cornelia Huck authored and Martin Schwidefsky committed Oct 27, 2006
1 parent fb4089c commit 13df85a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 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: f3b017d8c9915cbaa8bab178dde1bd9dbbf5012c
refs/heads/master: 3c9da7ba049d11caccc219576a3a23404aa2fc50
3 changes: 1 addition & 2 deletions trunk/drivers/s390/cio/device.c
Original file line number Diff line number Diff line change
Expand Up @@ -532,8 +532,7 @@ device_remove_files(struct device *dev)

/* this is a simple abstraction for device_register that sets the
* correct bus type and adds the bus specific files */
int
ccw_device_register(struct ccw_device *cdev)
static int ccw_device_register(struct ccw_device *cdev)
{
struct device *dev = &cdev->dev;
int ret;
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/s390/cio/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ void io_subchannel_recog_done(struct ccw_device *cdev);

int ccw_device_cancel_halt_clear(struct ccw_device *);

int ccw_device_register(struct ccw_device *);
void ccw_device_do_unreg_rereg(void *);
void ccw_device_call_sch_unregister(void *);

Expand Down

0 comments on commit 13df85a

Please sign in to comment.