Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143850
b: refs/heads/master
c: 6329db8
h: refs/heads/master
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz authored and Paul Mackerras committed Apr 22, 2009
1 parent 5798c15 commit 8b5ce66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2d6b3de2374dd8c9f5ab23d57c7bbcda08553356
refs/heads/master: 6329db8bd60fbc0832f30c350b0181b8d865573e
2 changes: 2 additions & 0 deletions trunk/drivers/macintosh/mediabay.c
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ int check_media_bay_by_base(unsigned long base, int what)

return -ENODEV;
}
EXPORT_SYMBOL_GPL(check_media_bay_by_base);

int media_bay_set_ide_infos(struct device_node* which_bay, unsigned long base,
int irq, ide_hwif_t *hwif)
Expand Down Expand Up @@ -486,6 +487,7 @@ int media_bay_set_ide_infos(struct device_node* which_bay, unsigned long base,

return -ENODEV;
}
EXPORT_SYMBOL_GPL(media_bay_set_ide_infos);
#endif /* CONFIG_BLK_DEV_IDE_PMAC */

static void media_bay_step(int i)
Expand Down

0 comments on commit 8b5ce66

Please sign in to comment.