cregit-Linux how code gets into the kernel

Release 4.11 arch/arm/mach-ux500/pm_domains.h

/*
 * Copyright (C) 2014 Linaro Ltd.
 *
 * Author: Ulf Hansson <ulf.hansson@linaro.org>
 * License terms: GNU General Public License (GPL) version 2
 */

#ifndef __MACH_UX500_PM_DOMAINS_H

#define __MACH_UX500_PM_DOMAINS_H

#ifdef CONFIG_PM_GENERIC_DOMAINS
extern int __init ux500_pm_domains_init(void);
#else

static inline int ux500_pm_domains_init(void) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Ulf Hansson12100.00%1100.00%
Total12100.00%1100.00%

#endif #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Ulf Hansson36100.00%1100.00%
Total36100.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.