scripts: modpost: Remove numeric suffix pattern matching
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Sat, 26 Jul 2014 21:58:01 +0000 (07:28 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Sun, 27 Jul 2014 11:22:46 +0000 (20:52 +0930)
commita0d8f8037468a3b5f964417f71853ccf301b9f39
treec85a06971f7283667825dd71463e36d5a0472e0c
parentfcd38ed0ff263156c3917c70c2fb0b7e91bfeab1
scripts: modpost: Remove numeric suffix pattern matching

For several years, the pattern "foo$" has effectively been treated as
equivalent to "foo" due to a bug in the (misnamed) helper
number_prefix(). This hasn't been observed to cause any problems, so
remove the broken $ functionality and change all foo$ patterns to foo.

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
scripts/mod/modpost.c