summaryrefslogtreecommitdiffstats
path: root/sys/arch/beagle/dev/omap_com.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2010-09-07 16:21:35 +0000
committerderaadt <deraadt@openbsd.org>2010-09-07 16:21:35 +0000
commitb07c7932b7553c750603267a7dfb3701c6b7051b (patch)
tree15e26beb119d957ddf417bf5ddbd441000309c2d /sys/arch/beagle/dev/omap_com.c
parentshorten fpu critical sections so that all frees and other manipulations (diff)
downloadwireguard-openbsd-b07c7932b7553c750603267a7dfb3701c6b7051b.tar.xz
wireguard-openbsd-b07c7932b7553c750603267a7dfb3701c6b7051b.zip
remove the powerhook code. All architectures now use the ca_activate tree
traversal code to suspend/resume ok oga kettenis blambert
Diffstat (limited to 'sys/arch/beagle/dev/omap_com.c')
-rw-r--r--sys/arch/beagle/dev/omap_com.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/beagle/dev/omap_com.c b/sys/arch/beagle/dev/omap_com.c
index c189293f524..5a83d057ed8 100644
--- a/sys/arch/beagle/dev/omap_com.c
+++ b/sys/arch/beagle/dev/omap_com.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: omap_com.c,v 1.3 2010/08/30 21:32:20 deraadt Exp $ */
+/* $OpenBSD: omap_com.c,v 1.4 2010/09/07 16:21:37 deraadt Exp $ */
/*
* Copyright 2003 Wasabi Systems, Inc.
* All rights reserved.
@@ -116,10 +116,6 @@ omapuart_attach(struct device *parent, struct device *self, void *aux)
(void)intc_intr_establish(aa->aa_intr, IPL_TTY, comintr,
sc, sc->sc_dev.dv_xname);
-
-#if 0
- (void)powerhook_establish(&omapuart_powerhook, sc);
-#endif
}
int