diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2021-01-12 09:43:55 +0100 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2021-02-25 13:18:25 +0100 |
commit | 3ea66a794fdc9522512ace3267fb25bf1c1953f1 (patch) | |
tree | edc9a4413fa0050861e9687fbe820d9a01ace786 /drivers/gpu/drm/arc/Makefile | |
parent | e2c406ea0b0d398a4afda5702957064cc74f8c25 (diff) | |
download | lwn-3ea66a794fdc9522512ace3267fb25bf1c1953f1.tar.gz lwn-3ea66a794fdc9522512ace3267fb25bf1c1953f1.zip |
drm/arc: Inline arcpgu_drm_hdmi_init
Really not worth the function, much less the separate file now that
almost all the code is gone.
Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Cc: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Cc: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210112084358.2771527-12-daniel.vetter@ffwll.ch
Diffstat (limited to 'drivers/gpu/drm/arc/Makefile')
-rw-r--r-- | drivers/gpu/drm/arc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/arc/Makefile b/drivers/gpu/drm/arc/Makefile index c686e0287a71..379a1145bc2f 100644 --- a/drivers/gpu/drm/arc/Makefile +++ b/drivers/gpu/drm/arc/Makefile @@ -1,3 +1,3 @@ # SPDX-License-Identifier: GPL-2.0-only -arcpgu-y := arcpgu_hdmi.o arcpgu_sim.o arcpgu_drv.o +arcpgu-y := arcpgu_sim.o arcpgu_drv.o obj-$(CONFIG_DRM_ARCPGU) += arcpgu.o |