aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2016-09-23 16:05:21 +0000
committerDavid Sterba <[email protected]>2016-09-26 17:37:06 +0000
commit2fd57fcb16483d718043940fd6dfeb176d4dc09c (patch)
tree95fb20f6f43153bfd83784cb7a9b2e73e4b9bfb2 /drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
parentBtrfs: memset to avoid stale content in btree leaf (diff)
downloadkernel-2fd57fcb16483d718043940fd6dfeb176d4dc09c.tar.gz
kernel-2fd57fcb16483d718043940fd6dfeb176d4dc09c.zip
btrfs: fix btrfs_no_printk stub helper
The addition of btrfs_no_printk() caused a build failure when CONFIG_PRINTK is disabled: fs/btrfs/send.c: In function 'send_rename': fs/btrfs/ctree.h:3367:2: error: implicit declaration of function 'btrfs_no_printk' [-Werror=implicit-function-declaration] This moves the helper outside of that #ifdef so it is always defined, and changes the existing #ifdef to refer to that helper as well for consistency. Fixes: 47c57058ff2c ("btrfs: btrfs_debug should consume fs_info when DEBUG is not defined") Signed-off-by: Arnd Bergmann <[email protected]> Reviewed-by: David Sterba <[email protected]> Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c')
0 files changed, 0 insertions, 0 deletions