diff options
Diffstat (limited to 'drivers/gpu/pvr/queue.h')
-rw-r--r-- | drivers/gpu/pvr/queue.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/pvr/queue.h b/drivers/gpu/pvr/queue.h index 9437f0987c8..edafaff02fd 100644 --- a/drivers/gpu/pvr/queue.h +++ b/drivers/gpu/pvr/queue.h | |||
@@ -51,8 +51,7 @@ extern "C" { | |||
51 | IMG_VOID QueueDumpDebugInfo(IMG_VOID); | 51 | IMG_VOID QueueDumpDebugInfo(IMG_VOID); |
52 | 52 | ||
53 | IMG_IMPORT | 53 | IMG_IMPORT |
54 | PVRSRV_ERROR PVRSRVProcessQueues (IMG_UINT32 ui32CallerID, | 54 | PVRSRV_ERROR PVRSRVProcessQueues (IMG_BOOL bFlush); |
55 | IMG_BOOL bFlush); | ||
56 | 55 | ||
57 | #if defined(__linux__) && defined(__KERNEL__) | 56 | #if defined(__linux__) && defined(__KERNEL__) |
58 | #include <linux/types.h> | 57 | #include <linux/types.h> |