Skip to content

Commit 3236c5b

Browse files
jinankjainepilys
authored andcommitted
virtio-bindings: Remove unused feature flags
Since we are only generating bindings for 6.15 kernel now, let's remove the unused feature flags. Signed-off-by: Jinank Jain <jinankjain@microsoft.com>
1 parent 0bb9d37 commit 3236c5b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

virtio-bindings/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Bindings are now once again distributed with the crate, rather than
66
generated at build time.
77
- Regenerate bindings with Linux 6.15.
8+
- Remove unused feature flags and build dependencies.
89

910
# v0.2.5
1011

virtio-bindings/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,5 @@ keywords = ["virtio"]
1010
license = "BSD-3-Clause OR Apache-2.0"
1111

1212
[features]
13-
# Kernel version features are deprecated and no longer have any effect,
14-
# as the kernel headers are backwards compatible.
15-
virtio-v4_14_0 = []
16-
virtio-v5_0_0 = []
1713

1814
[dependencies]

0 commit comments

Comments
 (0)