diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2022-01-05 16:01:21 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2022-01-11 16:30:08 +0100 |
| commit | 583b354134f415ad0ed4f203d79b4e0bcb2c6062 (patch) | |
| tree | be39916c28e9f293e364639a810151badd6190ec /sys/syz-extract/extract.go | |
| parent | 8c6975ebae23fd23e642901949699351acec48ed (diff) | |
sys/linux: remove /dev/ion descriptions
The comment says:
// ION support was removed from kernel.
// We plan to leave the descriptions for some time as is and later remove them.
Diffstat (limited to 'sys/syz-extract/extract.go')
| -rw-r--r-- | sys/syz-extract/extract.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/syz-extract/extract.go b/sys/syz-extract/extract.go index 79eaccc9c..42fb1b008 100644 --- a/sys/syz-extract/extract.go +++ b/sys/syz-extract/extract.go @@ -272,9 +272,6 @@ func archFileList(os, arch string, files []string) (string, []string, []string, // Not upstream, generated on: // https://chromium.googlesource.com/chromiumos/third_party/kernel d2a8a1eb8b86 "dev_bifrost.txt": true, - // ION support was removed from kernel. - // We plan to leave the descriptions for some time as is and later remove them. - "dev_ion.txt": true, // Not upstream, generated on unknown tree. "dev_img_rogue.txt": true, } |
