diff options
Diffstat (limited to 'drivers/misc/sgi-gru/gruhandles.h')
-rw-r--r-- | drivers/misc/sgi-gru/gruhandles.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/misc/sgi-gru/gruhandles.h b/drivers/misc/sgi-gru/gruhandles.h index 03b76a1993c3..9f41e2cc09d5 100644 --- a/drivers/misc/sgi-gru/gruhandles.h +++ b/drivers/misc/sgi-gru/gruhandles.h | |||
@@ -480,9 +480,7 @@ enum gru_cbr_state { | |||
480 | /* minimum TLB purge count to ensure a full purge */ | 480 | /* minimum TLB purge count to ensure a full purge */ |
481 | #define GRUMAXINVAL 1024UL | 481 | #define GRUMAXINVAL 1024UL |
482 | 482 | ||
483 | int cch_allocate(struct gru_context_configuration_handle *cch, | 483 | int cch_allocate(struct gru_context_configuration_handle *cch); |
484 | int asidval, int sizeavail, unsigned long cbrmap, unsigned long dsrmap); | ||
485 | |||
486 | int cch_start(struct gru_context_configuration_handle *cch); | 484 | int cch_start(struct gru_context_configuration_handle *cch); |
487 | int cch_interrupt(struct gru_context_configuration_handle *cch); | 485 | int cch_interrupt(struct gru_context_configuration_handle *cch); |
488 | int cch_deallocate(struct gru_context_configuration_handle *cch); | 486 | int cch_deallocate(struct gru_context_configuration_handle *cch); |