On Sun, Mar 26, 2017 at 01:56:55AM +0100, Noralf Trønnes wrote:
>
> Den 25.03.2017 22.32, skrev Daniel Vetter:
> > On Sat, Mar 25, 2017 at 02:56:20PM +0100, Noralf Trønnes wrote:
> > > drm_driver.fops can't be shared since the owner then becomes tinydrm.ko.
> > > Move the fops declaration to the d
Den 25.03.2017 22.32, skrev Daniel Vetter:
On Sat, Mar 25, 2017 at 02:56:20PM +0100, Noralf Trønnes wrote:
drm_driver.fops can't be shared since the owner then becomes tinydrm.ko.
Move the fops declaration to the driver.
Reported-by: Daniel Vetter
Signed-off-by: Noralf Trønnes
Since it only
On Sat, Mar 25, 2017 at 02:56:20PM +0100, Noralf Trønnes wrote:
> drm_driver.fops can't be shared since the owner then becomes tinydrm.ko.
> Move the fops declaration to the driver.
>
> Reported-by: Daniel Vetter
> Signed-off-by: Noralf Trønnes
Since it only "breaks" unloading (and only if you
drm_driver.fops can't be shared since the owner then becomes tinydrm.ko.
Move the fops declaration to the driver.
Reported-by: Daniel Vetter
Signed-off-by: Noralf Trønnes
---
drivers/gpu/drm/tinydrm/core/tinydrm-core.c | 15 ---
drivers/gpu/drm/tinydrm/mi0283qt.c | 13 +