diff options
author | Matthew Wilcox <willy@parisc-linux.org> | 2005-10-22 02:36:23 (GMT) |
---|---|---|
committer | Kyle McMartin <kyle@parisc-linux.org> | 2005-10-22 02:36:23 (GMT) |
commit | bdad1f836ab1ca2b18a625222f63f630cfd14e41 (patch) | |
tree | b52b796d4f93b56b8cf23b23219c7083e363c96b /drivers/input/keyboard | |
parent | 5658374766d9e0249bd04e9d62bdb8456b916b64 (diff) | |
download | linux-bdad1f836ab1ca2b18a625222f63f630cfd14e41.tar.xz |
[PARISC] Change the driver names so /sys/bus/parisc/drivers/ looks better
Make /sys/bus/parisc/drivers look better by cleaning up parisc_driver
names.
Signed-off-by: Matthew Wilcox <willy@parisc-linux.org>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Diffstat (limited to 'drivers/input/keyboard')
-rw-r--r-- | drivers/input/keyboard/hilkbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard/hilkbd.c b/drivers/input/keyboard/hilkbd.c index eecb77d..8aa81c9 100644 --- a/drivers/input/keyboard/hilkbd.c +++ b/drivers/input/keyboard/hilkbd.c @@ -299,7 +299,7 @@ static struct parisc_device_id hil_tbl[] = { MODULE_DEVICE_TABLE(parisc, hil_tbl); static struct parisc_driver hil_driver = { - .name = "HIL", + .name = "hil", .id_table = hil_tbl, .probe = hil_init_chip, }; |