diff options
Diffstat (limited to 'arch/powerpc/platforms/chrp/setup.c')
| -rw-r--r-- | arch/powerpc/platforms/chrp/setup.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/chrp/setup.c b/arch/powerpc/platforms/chrp/setup.c index c665d7de6c9..7044fd36197 100644 --- a/arch/powerpc/platforms/chrp/setup.c +++ b/arch/powerpc/platforms/chrp/setup.c @@ -574,8 +574,8 @@ chrp_init2(void)  static int __init chrp_probe(void)  { - 	char *dtype = of_get_flat_dt_prop(of_get_flat_dt_root(), - 					  "device_type", NULL); +	const char *dtype = of_get_flat_dt_prop(of_get_flat_dt_root(), +						"device_type", NULL);   	if (dtype == NULL)   		return 0;   	if (strcmp(dtype, "chrp"))  | 
