diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-08-05 09:48:42 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-08-05 10:14:45 -0400 |
commit | dc54fb8a24a8434d488ed2a230341401af6a53e4 (patch) | |
tree | 7412069290f22a17def9b3d370341eaaeab8e296 /src/udev | |
parent | 96f70f054ef7148a4f952cdb62bf57c8a5486f1f (diff) |
src/libudev/missing.h: clean up unused BTRFS_* decls
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/udev')
-rw-r--r-- | src/udev/udev-builtin-btrfs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/udev/udev-builtin-btrfs.c b/src/udev/udev-builtin-btrfs.c index 49fa16559f..2e2112fd92 100644 --- a/src/udev/udev-builtin-btrfs.c +++ b/src/udev/udev-builtin-btrfs.c @@ -31,8 +31,6 @@ #include "missing.h" #include "udev.h" -#define BTRFS_IOC_DEVICES_READY _IOR(BTRFS_IOCTL_MAGIC, 39, struct btrfs_ioctl_vol_args) - static int builtin_btrfs(struct udev_device *dev, int argc, char *argv[], bool test) { struct btrfs_ioctl_vol_args args; _cleanup_close_ int fd = -1; |