summaryrefslogtreecommitdiffstats
path: root/sys/dev/scc/scc_bfe_macio.c
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2013-08-02 23:30:32 +0000
committermarius <marius@FreeBSD.org>2013-08-02 23:30:32 +0000
commit10867aa2847c2d537448c2e715559239244f25d4 (patch)
tree3a084126e6352bb8007b2f4f71b10a9074deef46 /sys/dev/scc/scc_bfe_macio.c
parentea5d5d37a70d88d62d5d39cefd7fd982185a96e9 (diff)
downloadFreeBSD-src-10867aa2847c2d537448c2e715559239244f25d4.zip
FreeBSD-src-10867aa2847c2d537448c2e715559239244f25d4.tar.gz
- Use NULL instead of 0 for pointers.
- Remove unnecessary __RMAN_RESOURCE_VISIBLE.
Diffstat (limited to 'sys/dev/scc/scc_bfe_macio.c')
-rw-r--r--sys/dev/scc/scc_bfe_macio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/scc/scc_bfe_macio.c b/sys/dev/scc/scc_bfe_macio.c
index 042788d..bdba908 100644
--- a/sys/dev/scc/scc_bfe_macio.c
+++ b/sys/dev/scc/scc_bfe_macio.c
@@ -90,4 +90,4 @@ static driver_t scc_macio_driver = {
sizeof(struct scc_softc),
};
-DRIVER_MODULE(scc, macio, scc_macio_driver, scc_devclass, 0, 0);
+DRIVER_MODULE(scc, macio, scc_macio_driver, scc_devclass, NULL, NULL);
OpenPOWER on IntegriCloud