aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/dev-replace.c
diff options
context:
space:
mode:
authorRandy Dunlap <[email protected]>2018-07-27 03:16:35 +0000
committerVineet Gupta <[email protected]>2018-07-30 18:48:50 +0000
commit2423665ec53f2a29191b35382075e9834288a975 (patch)
treeed2a19fb3aadae4f43f2eac0c633094e5326fbf3 /fs/btrfs/dev-replace.c
parentarc: [plat-eznps] fix printk warning in arc/plat-eznps/mtm.c (diff)
downloadkernel-2423665ec53f2a29191b35382075e9834288a975.tar.gz
kernel-2423665ec53f2a29191b35382075e9834288a975.zip
arc: fix build errors in arc/include/asm/delay.h
Fix build errors in arch/arc/'s delay.h: - add "extern unsigned long loops_per_jiffy;" - add <asm-generic/types.h> for "u64" In file included from ../drivers/infiniband/hw/cxgb3/cxio_hal.c:32: ../arch/arc/include/asm/delay.h: In function '__udelay': ../arch/arc/include/asm/delay.h:61:12: error: 'u64' undeclared (first use in this function) loops = ((u64) usecs * 4295 * HZ * loops_per_jiffy) >> 32; ^~~ In file included from ../drivers/infiniband/hw/cxgb3/cxio_hal.c:32: ../arch/arc/include/asm/delay.h: In function '__udelay': ../arch/arc/include/asm/delay.h:63:37: error: 'loops_per_jiffy' undeclared (first use in this function) loops = ((u64) usecs * 4295 * HZ * loops_per_jiffy) >> 32; ^~~~~~~~~~~~~~~ Signed-off-by: Randy Dunlap <[email protected]> Cc: Vineet Gupta <[email protected]> Cc: [email protected] Cc: Elad Kanfi <[email protected]> Cc: Leon Romanovsky <[email protected]> Cc: Ofer Levi <[email protected]> Signed-off-by: Vineet Gupta <[email protected]>
Diffstat (limited to 'fs/btrfs/dev-replace.c')
0 files changed, 0 insertions, 0 deletions