From 465391e7c2784838bbe9023d7494dd827ad096db Mon Sep 17 00:00:00 2001 From: Eric Miao Date: Fri, 1 Jan 2010 15:43:28 +0800 Subject: [PATCH] --- yaml --- r: 187046 b: refs/heads/master c: 3d03ba4d1dd2246adff5a9ff1194a539b3bc05a7 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/platform_device.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 409f388f970e..c8e4fe0628da 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ecdf6ceb8cf4756bd4214bf9755755752b6015f5 +refs/heads/master: 3d03ba4d1dd2246adff5a9ff1194a539b3bc05a7 diff --git a/trunk/include/linux/platform_device.h b/trunk/include/linux/platform_device.h index 25e64b43e644..2c2d035bfb92 100644 --- a/trunk/include/linux/platform_device.h +++ b/trunk/include/linux/platform_device.h @@ -21,7 +21,7 @@ struct platform_device { u32 num_resources; struct resource * resource; - struct platform_device_id *id_entry; + const struct platform_device_id *id_entry; /* arch specific additions */ struct pdev_archdata archdata;