summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-raid.c
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2002-02-06 19:35:37 +0000
committerjulian <julian@FreeBSD.org>2002-02-06 19:35:37 +0000
commit021d8e63a1879a46bf287d200af7cde8f8463a73 (patch)
tree0827f162973182853097573796c118284210e225 /sys/dev/ata/ata-raid.c
parent6a036e317e2e8e5408927c02ab424b3406b49b98 (diff)
downloadFreeBSD-src-021d8e63a1879a46bf287d200af7cde8f8463a73.zip
FreeBSD-src-021d8e63a1879a46bf287d200af7cde8f8463a73.tar.gz
Make LINT compile after fruitless attempts to get the authors
to fix their code. ata stuff: Change name of ar_attach to not colide with existing ar_attach in if_ar.c. usb stuff: Create a dummy function to satisfy a call to it when in DEBUG mode.
Diffstat (limited to 'sys/dev/ata/ata-raid.c')
-rw-r--r--sys/dev/ata/ata-raid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/ata-raid.c b/sys/dev/ata/ata-raid.c
index ba7e5cf..3aa7fd0 100644
--- a/sys/dev/ata/ata-raid.c
+++ b/sys/dev/ata/ata-raid.c
@@ -107,7 +107,7 @@ ar_probe(struct ad_softc *adp) {
}
void
-ar_attach()
+atar_attach()
{
struct ar_softc *raid;
dev_t dev;
OpenPOWER on IntegriCloud