diff options
Diffstat (limited to 'sys/dev/pci/mmuagp.c')
-rw-r--r-- | sys/dev/pci/mmuagp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/mmuagp.c b/sys/dev/pci/mmuagp.c index 0b83c978813..26db845681d 100644 --- a/sys/dev/pci/mmuagp.c +++ b/sys/dev/pci/mmuagp.c @@ -117,7 +117,7 @@ struct mmuagp_softc { int n_mctrl; }; -struct cfattach mmuagp_ca = { +const struct cfattach mmuagp_ca = { sizeof(struct mmuagp_softc), mmuagp_probe, mmuagp_attach }; |