From: David Sterba Date: Thu, 2 Jun 2022 13:25:32 +0000 (+0200) Subject: btrfs: send: drop __KERNEL__ ifdef from send.h X-Git-Tag: microblaze-v6.1~149^2~69 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=e3b4b9040b0f59a27cdd3db31417aeced473f345;p=linux-2.6-microblaze.git btrfs: send: drop __KERNEL__ ifdef from send.h We don't need this ifdef as the header file is not shared, the protocol definition used by userspace should be from libbtrfs or libbtrfsutil. Signed-off-by: David Sterba --- diff --git a/fs/btrfs/send.h b/fs/btrfs/send.h index b0dc07567d09..45562190b473 100644 --- a/fs/btrfs/send.h +++ b/fs/btrfs/send.h @@ -155,8 +155,6 @@ enum { BTRFS_SEND_A_MAX = 31, }; -#ifdef __KERNEL__ long btrfs_ioctl_send(struct inode *inode, struct btrfs_ioctl_send_args *arg); -#endif #endif