/* * Architecture specific mm hooks */ #ifndef _ASM_GENERIC_MM_ARCH_HOOKS_H #define _ASM_GENERIC_MM_ARCH_HOOKS_H /* * This file should be included through arch/../include/asm/Kbuild for * the architecture which doesn't need specific mm hooks. * * In that case, the generic hooks defined in include/linux/mm-arch-hooks.h * are used. */ #endif /* _ASM_GENERIC_MM_ARCH_HOOKS_H */ -next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2016-11-27 00:13:48 +0100
committerThomas Gleixner <tglx@linutronix.de>2016-12-02 00:52:40 +0100
commit1f759d328f6d8c06b5db55374b028565187deaca (patch)
treef112d9a0ef2144ad7fdab294d448f58f6fe5347f
parentfce77c3562eccdd8002c9c7947f00af70e00a375 (diff)
soc/fsl/qbman: Convert to hotplug state machine
Install the callbacks via the state machine. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Cc: Scott Wood <oss@buserror.net> Cc: Claudiu Manoil <claudiu.manoil@nxp.com> Cc: rt@linutronix.de Cc: Roy Pledge <roy.pledge@nxp.com> Link: http://lkml.kernel.org/r/20161126231350.10321-21-bigeasy@linutronix.de Signed-off-by: Thomas Gleixner <tglx@linutronix.de>