gpu: pvr: remove unused function args from SGXPostActivePowerEvent
authorImre Deak <imre.deak@nokia.com>
Mon, 5 Apr 2010 23:09:40 +0000 (02:09 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Sun, 20 May 2012 18:09:41 +0000 (21:09 +0300)
See the similar commits earlier on why this is justified.

Signed-off-by: Imre Deak <imre.deak@nokia.com>
CC: Mark Underwood <mark.underwood@imgtec.com>
CC: Mark Riding <mark.riding@imgtec.com>
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@nokia.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@nokia.com>
pvr/sgxutils.c

index 1bf6ab1..469fb58 100644 (file)
@@ -44,8 +44,7 @@
 #include <linux/tty.h>
 #include <linux/io.h>
 
-static void SGXPostActivePowerEvent(struct PVRSRV_DEVICE_NODE *psDeviceNode,
-                                    u32 ui32CallerID)
+static void SGXPostActivePowerEvent(struct PVRSRV_DEVICE_NODE *psDeviceNode)
 {
        struct PVRSRV_SGXDEV_INFO *psDevInfo = psDeviceNode->pvDevice;
        struct SGXMKIF_HOST_CTL __iomem *psSGXHostCtl =
@@ -88,7 +87,7 @@ void SGXTestActivePowerEvent(struct PVRSRV_DEVICE_NODE *psDeviceNode,
                                        psDeviceNode->sDevId.ui32DeviceIndex,
                                        PVRSRV_POWER_STATE_D3);
        if (eError == PVRSRV_OK)
-               SGXPostActivePowerEvent(psDeviceNode, ui32CallerID);
+               SGXPostActivePowerEvent(psDeviceNode);
 
        PDUMPRESUME();