diff options
author | Brandon Mercer <bmercer@cvs.openbsd.org> | 2015-07-19 02:41:40 +0000 |
---|---|---|
committer | Brandon Mercer <bmercer@cvs.openbsd.org> | 2015-07-19 02:41:40 +0000 |
commit | 5196cb14910559dc2e1c112392cae3f5bb66992b (patch) | |
tree | 54a89481e8ebb084f8a7752c2d254b031f0a2264 | |
parent | 23bf8beb1a4f048776c2850df398fda118a04ce0 (diff) |
Rename the tpspmic driver so it does not contain numbers. OK jsg@
-rw-r--r-- | sys/arch/armv7/exynos/tps65090.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/armv7/exynos/tps65090.c b/sys/arch/armv7/exynos/tps65090.c index 23e4fc9b228..ca80e304b7e 100644 --- a/sys/arch/armv7/exynos/tps65090.c +++ b/sys/arch/armv7/exynos/tps65090.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tps65090.c,v 1.1 2015/01/26 02:48:24 bmercer Exp $ */ +/* $OpenBSD: tps65090.c,v 1.2 2015/07/19 02:41:39 bmercer Exp $ */ /* * Copyright (c) 2013 Patrick Wildt <patrick@blueri.se> * @@ -89,7 +89,7 @@ struct cfattach tpspmic_ca = { }; struct cfdriver tpspmic_cd = { - NULL, "tps65090", DV_DULL + NULL, "tpspmic", DV_DULL }; int |