diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2016-08-05 21:39:03 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2016-08-05 21:39:03 +0000 |
commit | b2ff3c315b2d4474835dab5df7eabcf0986cc563 (patch) | |
tree | b52850c3c8f97a90d282ccbca2a0d9fc770241a2 /sys/arch | |
parent | 3ae355f352428a35cddc6688338c8f3ff01903a7 (diff) |
Remove sxirtc(4) from the tables now that it attaches dynamically.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/armv7/sunxi/sunxi.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/armv7/sunxi/sunxi.c b/sys/arch/armv7/sunxi/sunxi.c index dc4bec7eacf..2f1b96b314a 100644 --- a/sys/arch/armv7/sunxi/sunxi.c +++ b/sys/arch/armv7/sunxi/sunxi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sunxi.c,v 1.15 2016/08/05 19:00:25 kettenis Exp $ */ +/* $OpenBSD: sunxi.c,v 1.16 2016/08/05 21:39:02 kettenis Exp $ */ /* * Copyright (c) 2005,2008 Dale Rahn <drahn@openbsd.com> * @@ -46,7 +46,6 @@ struct board_dev sun4i_devs[] = { { "sxitimer", 1 }, { "sxitimer", 2 }, { "sxidog", 0 }, - { "sxirtc", 0 }, { NULL, 0 } }; @@ -64,7 +63,6 @@ struct board_dev sun7i_devs[] = { { "sxipio", 0 }, { "sxiccmu", 0 }, { "sxidog", 0 }, - { "sxirtc", 0 }, { NULL, 0 } }; |