commit | 6caec6a04717c01cb31d018ff60d5a3c32eb32b9 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Nov 02 15:31:07 2018 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Nov 02 21:57:47 2018 +0100 |
tree | db65fea263e1b3abe7758b5644757bcf8a95f52f | |
parent | 9341c668c8c0993452559f278345b2a490ba3ee9 [diff] |
drm/lease: drop EXPORT_SYMBOL Leases are entirely implemented within drm.ko, no need to even tempt drivers into doing nasty things. And if there's really a need, we can always re-export these again. Cc: Keith Packard <keithp@keithp.com> Cc: Dave Airlie <airlied@gmail.com> Acked-by: Keith Packard <keithp@keithp.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20181102143107.25722-1-daniel.vetter@ffwll.ch