git.openpandora.org
/
sgx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5ed8c5
)
gpu: pvr: Remove SysAcquireData call in pvr_cleanup.
author
Janusz Sobczak
<janusz.sobczak@imgtec.com>
Mon, 9 Aug 2010 11:23:25 +0000
(13:23 +0200)
committer
Grazvydas 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
patch
|
blob
|
history
diff --git
a/pvr/module.c
b/pvr/module.c
index
da24ed9
..
d94efe6
100644
(file)
--- 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);