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)
commit452e7f0cdaf229dc9da36e7a3d36d88a4d51fb56
treea3c076ad85ef85ddbd2dd011415ad07eab70a981
parent9eb9b220fc7deec9022d2340346f12554a3c7f1c
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
This page took 0.026998 seconds and 5 git commands to generate.