Skip to content

Commit dc7faf1

Browse files
mbelopmarcopeereboom
authored andcommitted
cfdriver can't be const...
1 parent 381920f commit dc7faf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sys/dev/pv/xen.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ int xen_probe_devices(struct xen_softc *);
5252

5353
int xs_attach(struct xen_softc *);
5454

55-
const struct cfdriver xen_cd = {
55+
struct cfdriver xen_cd = {
5656
NULL, "xen", DV_DULL
5757
};
5858

0 commit comments

Comments
 (0)