cregit-Linux how code gets into the kernel

Release 4.17 drivers/gpu/drm/rcar-du/rcar_du_of.h

/* SPDX-License-Identifier: GPL-2.0 */
/*
 * rcar_du_of.h - Legacy DT bindings compatibility
 *
 * Copyright (C) 2018 Laurent Pinchart <laurent.pinchart@ideasonboard.com>
 */
#ifndef __RCAR_DU_OF_H__

#define __RCAR_DU_OF_H__

#include <linux/init.h>

struct of_device_id;

#ifdef CONFIG_DRM_RCAR_LVDS
void __init rcar_du_of_init(const struct of_device_id *of_ids);
#else

static inline void rcar_du_of_init(const struct of_device_id *of_ids) { }

Contributors

PersonTokensPropCommitsCommitProp
Laurent Pinchart12100.00%1100.00%
Total12100.00%1100.00%

#endif /* CONFIG_DRM_RCAR_LVDS */ #endif /* __RCAR_DU_OF_H__ */

Overall Contributors

PersonTokensPropCommitsCommitProp
Laurent Pinchart48100.00%1100.00%
Total48100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.