diff options
Diffstat (limited to 'sys/arch/beagle/dev/omap_com.c')
-rw-r--r-- | sys/arch/beagle/dev/omap_com.c | 6 |
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 |