diff options
author | Tony Lindgren <tony@atomide.com> | 2012-02-20 10:11:08 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-02-20 10:11:08 -0800 |
commit | 856c5403462419eff9a7891efeee7bddc2a08af6 (patch) | |
tree | 2f4bb681e10ec1f895600fa0a4b0b177dadf6fb4 /scripts/mod/file2alias.c | |
parent | b0ee4e394009f02a1d1b166091a19e8b842b4ea4 (diff) | |
parent | d517110243130965e2803cc2373d434bdaf6dafb (diff) |
Merge branch 'fixes-mmc' into fixes
Diffstat (limited to 'scripts/mod/file2alias.c')
-rw-r--r-- | scripts/mod/file2alias.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mod/file2alias.c b/scripts/mod/file2alias.c index e8c96957776..d0de2a2c3a2 100644 --- a/scripts/mod/file2alias.c +++ b/scripts/mod/file2alias.c @@ -932,7 +932,7 @@ static int do_isapnp_entry(const char *filename, (id->function >> 12) & 0x0f, (id->function >> 8) & 0x0f); return 1; } -ADD_TO_DEVTABLE("isa", struct isapnp_device_id, do_isapnp_entry); +ADD_TO_DEVTABLE("isapnp", struct isapnp_device_id, do_isapnp_entry); /* * Append a match expression for a single masked hex digit. |