aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/pvr/queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/pvr/queue.h')
-rw-r--r--drivers/gpu/pvr/queue.h3
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" {
51IMG_VOID QueueDumpDebugInfo(IMG_VOID); 51IMG_VOID QueueDumpDebugInfo(IMG_VOID);
52 52
53IMG_IMPORT 53IMG_IMPORT
54PVRSRV_ERROR PVRSRVProcessQueues (IMG_UINT32 ui32CallerID, 54PVRSRV_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>