Re: [PATCH] drivers: firmware: psci: make two helper functions static

2016-03-23 Thread Lorenzo Pieralisi
On Tue, Mar 22, 2016 at 10:31:45PM +0800, Jisheng Zhang wrote: > psci_power_state_loses_context() and psci_power_state_is_valid are only > used internally now, so make them static. > > Signed-off-by: Jisheng Zhang > --- > drivers/firmware/psci.c | 4 ++-- >

Re: [PATCH] drivers: firmware: psci: make two helper functions static

2016-03-23 Thread Lorenzo Pieralisi
On Tue, Mar 22, 2016 at 10:31:45PM +0800, Jisheng Zhang wrote: > psci_power_state_loses_context() and psci_power_state_is_valid are only > used internally now, so make them static. > > Signed-off-by: Jisheng Zhang > --- > drivers/firmware/psci.c | 4 ++-- > include/linux/psci.h| 2 -- > 2

[PATCH] drivers: firmware: psci: make two helper functions static

2016-03-22 Thread Jisheng Zhang
psci_power_state_loses_context() and psci_power_state_is_valid are only used internally now, so make them static. Signed-off-by: Jisheng Zhang --- drivers/firmware/psci.c | 4 ++-- include/linux/psci.h| 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git

[PATCH] drivers: firmware: psci: make two helper functions static

2016-03-22 Thread Jisheng Zhang
psci_power_state_loses_context() and psci_power_state_is_valid are only used internally now, so make them static. Signed-off-by: Jisheng Zhang --- drivers/firmware/psci.c | 4 ++-- include/linux/psci.h| 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git