From: Janusz Sobczak Date: Mon, 9 Aug 2010 11:23:25 +0000 (+0200) Subject: gpu: pvr: Remove SysAcquireData call in pvr_cleanup. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a5ca44db01e79d8e65e9deccf680735261394c5;p=sgx.git gpu: pvr: Remove SysAcquireData call in pvr_cleanup. Remove obsolete SysAcquireData() call. Signed-off-by: Janusz Sobczak Signed-off-by: Imre Deak --- diff --git a/pvr/module.c b/pvr/module.c index da24ed9..d94efe6 100644 --- a/pvr/module.c +++ b/pvr/module.c @@ -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);