Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/drm/drm_of.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ drm_of_component_match_add(struct device *master,
{
}

static int drm_of_component_probe_with_match(struct device *dev,
static inline int drm_of_component_probe_with_match(struct device *dev,
struct component_match *match,
int (*compare_of)(struct device *, void *),
const struct component_master_ops *m_ops)
Expand Down