Re: [PATCH] hexagon/time: make rtos_timer_device __initdata

2017-09-27 Thread Richard Kuo
On Tue, Sep 19, 2017 at 12:37:21PM +0530, Bhumika Goyal wrote: > Make this __initdata as it is only modified during the init phase and > after that the structure and its fields are not referenced anywhere. > > Signed-off-by: Bhumika Goyal > --- > Hexagon architecture was not

Re: [PATCH] hexagon/time: make rtos_timer_device __initdata

2017-09-27 Thread Richard Kuo
On Tue, Sep 19, 2017 at 12:37:21PM +0530, Bhumika Goyal wrote: > Make this __initdata as it is only modified during the init phase and > after that the structure and its fields are not referenced anywhere. > > Signed-off-by: Bhumika Goyal > --- > Hexagon architecture was not found while

[PATCH] hexagon/time: make rtos_timer_device __initdata

2017-09-19 Thread Bhumika Goyal
Make this __initdata as it is only modified during the init phase and after that the structure and its fields are not referenced anywhere. Signed-off-by: Bhumika Goyal --- Hexagon architecture was not found while cross-compiling, so the file is not compile-tested.

[PATCH] hexagon/time: make rtos_timer_device __initdata

2017-09-19 Thread Bhumika Goyal
Make this __initdata as it is only modified during the init phase and after that the structure and its fields are not referenced anywhere. Signed-off-by: Bhumika Goyal --- Hexagon architecture was not found while cross-compiling, so the file is not compile-tested. arch/hexagon/kernel/time.c |