| Submitter | y@pengutronix.de |
|---|---|
| Date | July 13, 2012, 12:32 p.m. |
| Message ID | <1342182734-321-12-git-send-email-y> |
| Download | mbox | patch |
| Permalink | /patch/170882/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h index 5db9382..98fb3fe 100644 --- a/include/linux/mod_devicetable.h +++ b/include/linux/mod_devicetable.h @@ -224,7 +224,7 @@ struct of_device_id char type[32]; char compatible[128]; #ifdef __KERNEL__ - void *data; + const void *data; #else kernel_ulong_t data; #endif