summaryrefslogtreecommitdiff
path: root/maint/ioctls_sym.sh
diff options
context:
space:
mode:
Diffstat (limited to 'maint/ioctls_sym.sh')
-rwxr-xr-xmaint/ioctls_sym.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/maint/ioctls_sym.sh b/maint/ioctls_sym.sh
index bb0a682f1..bd0228160 100755
--- a/maint/ioctls_sym.sh
+++ b/maint/ioctls_sym.sh
@@ -169,6 +169,9 @@ __EOF__
# Soft pre-include workarounds for some processed files. Fragile.
case "$f" in
+ *asm/amigayle.h)
+ return 0 # false positive
+ ;;
*asm/cmb.h)
echo '#include <asm/dasd.h>'
;;