OSDN Git Service

drm: of: Mark empty drm_of_get_data_lanes_count and drm_of_get_data_lanes_ep static
authorMarek Vasut <marex@denx.de>
Sun, 12 Jun 2022 13:21:50 +0000 (15:21 +0200)
committerMarek Vasut <marex@denx.de>
Sun, 12 Jun 2022 14:07:05 +0000 (16:07 +0200)
commiteb6b94db2f4a585d4a9b8e503d7377d2a23c1104
treeee4b358cbccb3ad96111aa3e4cc079622b99dded
parent16bd48dc2b3b08d8b3160182b42e51eb2c274706
drm: of: Mark empty drm_of_get_data_lanes_count and drm_of_get_data_lanes_ep static

Mark empty implementations of drm_of_get_data_lanes_count and
drm_of_get_data_lanes_ep as static inline, just like the rest
of empty implementations of various functions in drm_of.h .
Add missing comma to drm_of_get_data_lanes_count_ep() .

Fixes: fc801750b197 ("drm: of: Add drm_of_get_data_lanes_count and drm_of_get_data_lanes_ep")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Andrzej Hajda <andrzej.hajda@intel.com>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Lucas Stach <l.stach@pengutronix.de>
Cc: Maxime Ripard <maxime@cerno.tech>
Cc: Robert Foss <robert.foss@linaro.org>
Cc: Sam Ravnborg <sam@ravnborg.org>
To: dri-devel@lists.freedesktop.org
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20220612132152.91052-1-marex@denx.de
include/drm/drm_of.h