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>
#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 =
psDeviceNode->sDevId.ui32DeviceIndex,
PVRSRV_POWER_STATE_D3);
if (eError == PVRSRV_OK)
- SGXPostActivePowerEvent(psDeviceNode, ui32CallerID);
+ SGXPostActivePowerEvent(psDeviceNode);
PDUMPRESUME();