summaryrefslogtreecommitdiff
path: root/tools/tsort_init_ops.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tsort_init_ops.sh')
-rwxr-xr-xtools/tsort_init_ops.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tsort_init_ops.sh b/tools/tsort_init_ops.sh
index a9c6e89e..77b6abaf 100755
--- a/tools/tsort_init_ops.sh
+++ b/tools/tsort_init_ops.sh
@@ -30,8 +30,8 @@ process()
done
}
-# Define _KERN_INIT_H so that the INIT_XXX macros aren't expanded.
-$compile -E -D_KERN_INIT_H "$@" \
+# Define KERN_INIT_H so that the INIT_XXX macros aren't expanded.
+$compile -E -DKERN_INIT_H "$@" \
| sed -e 's/#.*$//' \
| tr '\n' ' ' \
| tr -s ' ' \