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)
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>

No differences found