gpu: pvr: Remove SysAcquireData call in pvr_cleanup.
authorJanusz Sobczak <janusz.sobczak@imgtec.com>
Mon, 9 Aug 2010 11:23:25 +0000 (13:23 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Sun, 20 May 2012 18:09:42 +0000 (21:09 +0300)
Remove obsolete SysAcquireData() call.

Signed-off-by: Janusz Sobczak <janusz.sobczak@imgtec.com>
Signed-off-by: Imre Deak <imre.deak@nokia.com>
pvr/module.c

index da24ed9..d94efe6 100644 (file)
@@ -270,12 +270,8 @@ err1:
 
 static void __exit pvr_cleanup(void)
 {
-       struct SYS_DATA *sysdata;
-
        PVR_TRACE("pvr_cleanup");
 
-       SysAcquireData(&sysdata);
-
        pvr_exit_events();
 
        platform_driver_unregister(&pvr_driver);