This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / ide / legacy / hd.c
index 67d54d7..5d35808 100644 (file)
@@ -174,7 +174,7 @@ unsigned long read_timer(void)
 }
 #endif
 
-static void __init hd_setup(char *str, int *ints)
+void __init hd_setup(char *str, int *ints)
 {
        int hdind = 0;
 
@@ -239,7 +239,7 @@ static void dump_status (const char *msg, unsigned int stat)
 #endif
 }
 
-static void check_status(void)
+void check_status(void)
 {
        int i = inb_p(HD_STATUS);
 
@@ -386,7 +386,7 @@ repeat:
  * drive enters "idle", "standby", or "sleep" mode, so if the status looks
  * "good", we just ignore the interrupt completely.
  */
-static void unexpected_hd_interrupt(void)
+void unexpected_hd_interrupt(void)
 {
        unsigned int stat = inb_p(HD_STATUS);
 
@@ -551,7 +551,7 @@ static void hd_times_out(unsigned long dummy)
        enable_irq(HD_IRQ);
 }
 
-static int do_special_op(struct hd_i_struct *disk, struct request *req)
+int do_special_op(struct hd_i_struct *disk, struct request *req)
 {
        if (disk->recalibrate) {
                disk->recalibrate = 0;