PERFORCE change 115403 for review
Paolo Pisati
piso at FreeBSD.org
Tue Mar 6 11:05:30 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=115403
Change 115403 by piso at piso_newluxor on 2007/03/06 11:04:43
Reduce diff against HEAD.
Affected files ...
.. //depot/projects/soc2006/intr_filter/arm/arm/nexus.c#6 edit
Differences ...
==== //depot/projects/soc2006/intr_filter/arm/arm/nexus.c#6 (text+ko) ====
@@ -81,8 +81,7 @@
struct resource *);
static int
nexus_setup_intr(device_t dev, device_t child, struct resource *res, int flags,
- driver_filter_t *filter, driver_intr_t *intr, void *arg,
- void **cookiep);
+ driver_filter_t *filt, driver_intr_t *intr, void *arg, void **cookiep);
static int
nexus_teardown_intr(device_t, device_t, struct resource *, void *);
More information about the p4-projects
mailing list