summaryrefslogtreecommitdiffstats
path: root/utils/input-utils/patches/002-use_cross_headers_from_env.patch
blob: 02ec8d5884d97e391e62293ef7e59ee165620294 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/name.sh
+++ b/name.sh
@@ -1,7 +1,6 @@
 #!/bin/sh
 
 TYPE="$1"
-INPUT="/usr/include/linux/input.h"
 
 awk "
 	/KEY_MIN_INTERESTING/	{next};