diff options
Diffstat (limited to 'drivers/dma/mv_xor.h')
-rw-r--r-- | drivers/dma/mv_xor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/mv_xor.h b/drivers/dma/mv_xor.h index 977b592e976b..da04ac23def3 100644 --- a/drivers/dma/mv_xor.h +++ b/drivers/dma/mv_xor.h | |||
@@ -109,7 +109,6 @@ struct mv_xor_chan { | |||
109 | #ifdef USE_TIMER | 109 | #ifdef USE_TIMER |
110 | unsigned long cleanup_time; | 110 | unsigned long cleanup_time; |
111 | u32 current_on_last_cleanup; | 111 | u32 current_on_last_cleanup; |
112 | dma_cookie_t is_complete_cookie; | ||
113 | #endif | 112 | #endif |
114 | }; | 113 | }; |
115 | 114 | ||