aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/parisc/hppb.c
diff options
context:
space:
mode:
authorMatthew Wilcox <willy@parisc-linux.org>2005-10-21 22:36:23 -0400
committerKyle McMartin <kyle@parisc-linux.org>2005-10-21 22:36:23 -0400
commitbdad1f836ab1ca2b18a625222f63f630cfd14e41 (patch)
treeb52b796d4f93b56b8cf23b23219c7083e363c96b /drivers/parisc/hppb.c
parent[PARISC] Convert parisc_device tree to use struct device klists (diff)
downloadlinux-dev-bdad1f836ab1ca2b18a625222f63f630cfd14e41.tar.xz
linux-dev-bdad1f836ab1ca2b18a625222f63f630cfd14e41.zip
[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/parisc/hppb.c')
-rw-r--r--drivers/parisc/hppb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/parisc/hppb.c b/drivers/parisc/hppb.c
index e869c6020370..a6eae3e7c0cd 100644
--- a/drivers/parisc/hppb.c
+++ b/drivers/parisc/hppb.c
@@ -93,7 +93,7 @@ static struct parisc_device_id hppb_tbl[] = {
};
static struct parisc_driver hppb_driver = {
- .name = "Gecko Boa",
+ .name = "gecko_boa",
.id_table = hppb_tbl,
.probe = hppb_probe,
};