From: David Daney Date: Mon, 17 Jun 2013 15:46:07 +0000 (-0700) Subject: mn10300: Fix include dependency in irqflags.h et al. X-Git-Tag: v3.10-rc7~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0691143dfe1d42ec9bd89de5921ccb6a27ea1b3;p=pandora-kernel.git mn10300: Fix include dependency in irqflags.h et al. We need to pick up the definition of raw_smp_processor_id() from asm/smp.h. For the !SMP case, we need to supply a definition of raw_smp_processor_id(). Because of the include dependencies we cannot use smp_call_func_t in asm/smp.h, but we do need linux/thread_info.h Signed-off-by: David Daney Acked-by: Geert Uytterhoeven Acked-by: David Howells Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed