Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[firefly-linux-kernel-4.4.55.git] / drivers / misc / sgi-gru / gruhandles.c
index 2f30badc6ffd9251cd2e59835e3061b2816cd09f..1ee8e82ba7102639cf7e109e3c2fe8e6297ec6b1 100644 (file)
@@ -196,12 +196,6 @@ void tfh_write_restart(struct gru_tlb_fault_handle *tfh,
        start_instruction(tfh);
 }
 
-void tfh_restart(struct gru_tlb_fault_handle *tfh)
-{
-       tfh->opc = TFHOP_RESTART;
-       start_instruction(tfh);
-}
-
 void tfh_user_polling_mode(struct gru_tlb_fault_handle *tfh)
 {
        tfh->opc = TFHOP_USER_POLLING_MODE;