diff options
| -rw-r--r-- | drivers/macintosh/mediabay.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/macintosh/mediabay.c b/drivers/macintosh/mediabay.c index d7e46d345d9e..cf02188a90a6 100644 --- a/drivers/macintosh/mediabay.c +++ b/drivers/macintosh/mediabay.c | |||
| @@ -447,6 +447,7 @@ int check_media_bay_by_base(unsigned long base, int what) | |||
| 447 | 447 | ||
| 448 | return -ENODEV; | 448 | return -ENODEV; |
| 449 | } | 449 | } |
| 450 | EXPORT_SYMBOL_GPL(check_media_bay_by_base); | ||
| 450 | 451 | ||
| 451 | int media_bay_set_ide_infos(struct device_node* which_bay, unsigned long base, | 452 | int media_bay_set_ide_infos(struct device_node* which_bay, unsigned long base, |
| 452 | int irq, ide_hwif_t *hwif) | 453 | int irq, ide_hwif_t *hwif) |
| @@ -486,6 +487,7 @@ int media_bay_set_ide_infos(struct device_node* which_bay, unsigned long base, | |||
| 486 | 487 | ||
| 487 | return -ENODEV; | 488 | return -ENODEV; |
| 488 | } | 489 | } |
| 490 | EXPORT_SYMBOL_GPL(media_bay_set_ide_infos); | ||
| 489 | #endif /* CONFIG_BLK_DEV_IDE_PMAC */ | 491 | #endif /* CONFIG_BLK_DEV_IDE_PMAC */ |
| 490 | 492 | ||
| 491 | static void media_bay_step(int i) | 493 | static void media_bay_step(int i) |
