]> git.baikalelectronics.ru Git - kernel.git/commit
gpu: host1x: Do not discard .remove()
authorThierry Reding <treding@nvidia.com>
Wed, 25 Sep 2013 16:33:31 +0000 (18:33 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 31 Oct 2013 08:20:07 +0000 (09:20 +0100)
commitbb9487d1273ec259ababb7311e4b30fb02b68013
treea3c076ad85ef85ddbd2dd011415ad07eab70a981
parent6078ffd38fd8ab06b0a633eed1699b46df70fe40
gpu: host1x: Do not discard .remove()

The device can be unbound from the driver via sysfs, so regardless of
whether the driver is builtin or a module, its .remove() function needs
to stick around.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/host1x/dev.c