aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-microchip-core.c
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2024-05-24 11:42:09 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2024-05-26 14:40:39 -0700
commit9b0abe7948364bd35fff2b202ee7f30a2fa73c53 (patch)
treed2536e35d9a1c3b7557294bd6672c1454b7758b7 /drivers/spi/spi-microchip-core.c
parentMerge tag 'perf-tools-fixes-for-v6.10-1-2024-05-26' of git://git.kernel.org/p... (diff)
downloadlinux-9b0abe7948364bd35fff2b202ee7f30a2fa73c53.tar.gz
linux-9b0abe7948364bd35fff2b202ee7f30a2fa73c53.zip
mm: percpu: Include smp.h in alloc_tag.h
percpu.h depends on smp.h, but doesn't include it directly because of circular header dependency issues; percpu.h is needed in a bunch of low level headers. This fixes a randconfig build error on mips: include/linux/alloc_tag.h: In function '__alloc_tag_ref_set': include/asm-generic/percpu.h:31:40: error: implicit declaration of function 'raw_smp_processor_id' [-Werror=implicit-function-declaration] Reported-by: kernel test robot <lkp@intel.com> Fixes: 24e44cc22aa3 ("mm: percpu: enable per-cpu allocation tagging") Closes: https://lore.kernel.org/oe-kbuild-all/202405210052.DIrMXJNz-lkp@intel.com/ Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/spi/spi-microchip-core.c')
0 files changed, 0 insertions, 0 deletions
Oliver Hartkopp1-0/+2 2014-01-249p: update documentationEric Van Hensbergen1-11/+6 2014-01-24rtnetlink: remove IFLA_BOND_SLAVE definitionJiri Pirko1-1/+0 2014-01-23lib/decompress_unlz4.c: always set an error return code on failuresJan Beulich1-0/+1 2014-01-23romfs: fix returm err while getting inode in fill_superRui Xiang1-4/+2 2014-01-23drivers/w1/masters/w1-gpio.c: add strong pullup emulationEvgeny Boger3-12/+23 2014-01-23drivers/memstick/host/rtsx_pci_ms.c: fix ms card data transfer bugMicky Ching1-10/+20 2014-01-23userns: relax the posix_acl_valid() checksAndreas Gruenbacher1-10/+0 2014-01-23arch/sh/kernel/dwarf.c: use rbtree postorder iteration helper instead of solu...Cody P Schafer1-14/+4 2014-01-23fs-ext3-use-rbtree-postorder-iteration-helper-instead-of-opencoding-fixAndrew Morton1-4/+4 2014-01-23fs/ext3: use rbtree postorder iteration helper instead of opencodingCody P Schafer1-31/+5 2014-01-23fs/jffs2: use rbtree postorder iteration helper instead of opencodingCody P Schafer2-49/+5 2014-01-23fs/ext4: use rbtree postorder iteration helper instead of opencodingCody P Schafer2-59/+9 2014-01-23fs/ubifs: use rbtree postorder iteration helper instead of opencodingCody P Schafer6-114/+17 2014-01-23net/netfilter/ipset/ip_set_hash_netiface.c: use rbtree postorder iteration in...Cody P Schafer1-23/+4 2014-01-23rbtree/test: test rbtree_postorder_for_each_entry_safe()Cody P Schafer1-0/+11 2014-01-23rbtree/test: move rb_node to the middle of the test structCody P Schafer1-1/+1 2014-01-23rapidio: add modular rapidio core build into powerpc and mips branchesAlexandre Bounine2-3/+3 2014-01-23partitions/efi: complete documentation of gpt kernel param purposeDavidlohr Bueso1-1/+3