From 0a5ca44db01e79d8e65e9deccf680735261394c5 Mon Sep 17 00:00:00 2001 From: Janusz Sobczak Date: Mon, 9 Aug 2010 13:23:25 +0200 Subject: [PATCH] gpu: pvr: Remove SysAcquireData call in pvr_cleanup. Remove obsolete SysAcquireData() call. Signed-off-by: Janusz Sobczak Signed-off-by: Imre Deak --- pvr/module.c | 4 ---- 1 file changed, 4 deletions(-) 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); -- 2.47.2