summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/mpc85xx
diff options
context:
space:
mode:
authorraj <raj@FreeBSD.org>2008-12-17 15:31:15 +0000
committerraj <raj@FreeBSD.org>2008-12-17 15:31:15 +0000
commit8bd80779308e300dbcdd8ccd16aa783b40925fdb (patch)
treefc11e73b2d087e8c53fb5b306f12c74d343ce692 /sys/powerpc/mpc85xx
parentd71801145e3d4af3d6f752336d55ddcddc1a7da1 (diff)
downloadFreeBSD-src-8bd80779308e300dbcdd8ccd16aa783b40925fdb.zip
FreeBSD-src-8bd80779308e300dbcdd8ccd16aa783b40925fdb.tar.gz
Minor clean up of BookE/MPC85XX: iprove naming and style(9).
Diffstat (limited to 'sys/powerpc/mpc85xx')
-rw-r--r--sys/powerpc/mpc85xx/nexus.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/powerpc/mpc85xx/nexus.c b/sys/powerpc/mpc85xx/nexus.c
index 01e0425..fa07247 100644
--- a/sys/powerpc/mpc85xx/nexus.c
+++ b/sys/powerpc/mpc85xx/nexus.c
@@ -70,13 +70,9 @@ __FBSDID("$FreeBSD$");
*/
static int nexus_probe(device_t);
static int nexus_activate_resource(device_t, device_t, int, int,
- struct resource *);
+ struct resource *);
static int nexus_deactivate_resource(device_t, device_t, int, int,
- struct resource *);
-
-/*
- * Local routines
- */
+ struct resource *);
static device_method_t nexus_methods[] = {
/* Device interface */
OpenPOWER on IntegriCloud