cregit-Linux how code gets into the kernel

Release 4.10 drivers/video/fbdev/matrox/matroxfb_g450.h

#ifndef __MATROXFB_G450_H__

#define __MATROXFB_G450_H__

#include "matroxfb_base.h"

#ifdef CONFIG_FB_MATROX_G
void matroxfb_g450_connect(struct matrox_fb_info *minfo);
void matroxfb_g450_shutdown(struct matrox_fb_info *minfo);
#else

static inline void matroxfb_g450_connect(struct matrox_fb_info *minfo) { }

Contributors

PersonTokensPropCommitsCommitProp
petr vandrovec*petr vandrovec*763.64%150.00%
jean delvarejean delvare436.36%150.00%
Total11100.00%2100.00%

;
static inline void matroxfb_g450_shutdown(struct matrox_fb_info *minfo) { }

Contributors

PersonTokensPropCommitsCommitProp
petr vandrovec*petr vandrovec*763.64%150.00%
jean delvarejean delvare436.36%150.00%
Total11100.00%2100.00%

; #endif #endif /* __MATROXFB_G450_H__ */

Overall Contributors

PersonTokensPropCommitsCommitProp
petr vandrovec*petr vandrovec*3354.10%125.00%
jean delvarejean delvare1626.23%125.00%
pre-gitpre-git1118.03%125.00%
antonino daplasantonino daplas11.64%125.00%
Total61100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.