Chen Gang 1a394e1a36 c6x: kernel: setup: Remove 'const' for local variables in machine_init
early_init_dt_scan() accepts "void *", the related warning:

    CC      arch/c6x/kernel/setup.o
  arch/c6x/kernel/setup.c: In function 'machine_init':
  arch/c6x/kernel/setup.c:290:21: warning: passing argument 1 of 'early_init_dt_scan' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
    early_init_dt_scan(fdt);
                       ^
  In file included from arch/c6x/kernel/setup.c:19:0:
  include/linux/of_fdt.h:75:13: note: expected 'void *' but argument is of type 'const void *'
   extern bool early_init_dt_scan(void *params);
               ^

Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
Signed-off-by: Mark Salter <msalter@redhat.com>
2015-03-26 10:31:48 -04:00
..
2012-10-01 09:58:13 -04:00
2011-10-06 19:48:13 -04:00
2011-10-06 19:47:37 -04:00
2013-02-03 18:15:52 -05:00
2011-10-06 19:47:28 -04:00
2012-07-18 23:49:40 -04:00
2011-10-06 19:48:13 -04:00
2013-04-08 17:39:24 +02:00
2011-10-06 19:48:17 -04:00
2012-07-16 22:39:25 -07:00
2011-10-06 19:47:40 -04:00
2011-10-06 19:47:58 -04:00
2015-03-26 10:31:47 -04:00
2011-10-06 19:47:28 -04:00