From 7b36fa2325909bc3e079e514ee1976e064009d2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= Date: Thu, 7 Jun 2012 12:20:14 +0200 Subject: [PATCH] --- yaml --- r: 326349 b: refs/heads/master c: d7c9a53f13cf4b273b220934167c7630c3362563 h: refs/heads/master i: 326347: 38d931f54126928d3b6b704502e20455716b7da1 v: v3 --- [refs] | 2 +- trunk/include/linux/mod_devicetable.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c63923533521..f72502bfcd3e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 83a1ef2eb68cffda5940568b8c3f48daa5ab9d0c +refs/heads/master: d7c9a53f13cf4b273b220934167c7630c3362563 diff --git a/trunk/include/linux/mod_devicetable.h b/trunk/include/linux/mod_devicetable.h index 6955045199b0..78874b361120 100644 --- a/trunk/include/linux/mod_devicetable.h +++ b/trunk/include/linux/mod_devicetable.h @@ -232,7 +232,7 @@ struct of_device_id char type[32]; char compatible[128]; #ifdef __KERNEL__ - void *data; + const void *data; #else kernel_ulong_t data; #endif