summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/chipsets/ata-via.c
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2013-04-06 19:12:49 +0000
committermarius <marius@FreeBSD.org>2013-04-06 19:12:49 +0000
commit769bdd48e62f800a49095832ca9d3bf8e2c4db7b (patch)
treebeec354e89c1d44f4ee909a0eea535f9fd251eb7 /sys/dev/ata/chipsets/ata-via.c
parent916607c00957e1ba06f932ded65c62673d164759 (diff)
downloadFreeBSD-src-769bdd48e62f800a49095832ca9d3bf8e2c4db7b.zip
FreeBSD-src-769bdd48e62f800a49095832ca9d3bf8e2c4db7b.tar.gz
- With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) related
option left but actually consumed by ada(4), so move it to opt_ada.h and get rid of opt_ata.h. - Fix stand-alone build of atacore(4) by adding opt_cam.h. - Use __FBSDID. - Use DEVMETHOD_END. - Use NULL instead of 0 for pointers.
Diffstat (limited to 'sys/dev/ata/chipsets/ata-via.c')
-rw-r--r--sys/dev/ata/chipsets/ata-via.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ata/chipsets/ata-via.c b/sys/dev/ata/chipsets/ata-via.c
index 1487fcd..a6aac6b 100644
--- a/sys/dev/ata/chipsets/ata-via.c
+++ b/sys/dev/ata/chipsets/ata-via.c
@@ -27,7 +27,6 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include "opt_ata.h"
#include <sys/param.h>
#include <sys/module.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud