gpn, not gnp.

This commit is contained in:
matt 2008-11-26 05:30:50 +00:00
parent ef77c48fb2
commit 6d863ad603
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: gemini_ipi.c,v 1.2 2008/11/26 05:25:27 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: gemini_ipi.c,v 1.3 2008/11/26 05:30:50 matt Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -89,7 +89,7 @@ gemini_ipi_attach(struct device *parent, struct device *self, void *aux)
aprint_naive("\n");
#if NGNP > 0
config_found(self, "gnp", NULL);
config_found(self, "gpn", NULL);
#endif
}