From 4e81511fd7f9315ac694b11bf743d9efbdf0c4aa Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Tue, 8 Apr 2008 19:30:10 +0000 Subject: pci_chipset_tag_t already_t is_t a_t pointer_t --- sys/dev/pci/ahci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/pci/ahci.c b/sys/dev/pci/ahci.c index c057ce481e2..487bd871734 100644 --- a/sys/dev/pci/ahci.c +++ b/sys/dev/pci/ahci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ahci.c,v 1.137 2008/04/08 12:20:31 jsg Exp $ */ +/* $OpenBSD: ahci.c,v 1.138 2008/04/08 19:30:09 kettenis Exp $ */ /* * Copyright (c) 2006 David Gwynne @@ -383,7 +383,7 @@ struct ahci_softc { struct device sc_dev; void *sc_ih; - pci_chipset_tag_t *sc_pc; + pci_chipset_tag_t sc_pc; bus_space_tag_t sc_iot; bus_space_handle_t sc_ioh; -- cgit v1.2.3