Re: [U-Boot] [PATCH v2 1/9] dm: cpu: Fix undefined ENOSYS build error

2015-06-12 Thread Simon Glass
On 12 June 2015 at 00:52, Bin Meng wrote: > Include otherwise ENOSYS is undefined. > > Signed-off-by: Bin Meng > Acked-by: Simon Glass > --- > > Changes in v2: None > > common/cmd_cpu.c | 1 + > drivers/cpu/cpu-uclass.c | 1 + > 2 files changed, 2 insertions(+) Applied to u-boot-x86.

[U-Boot] [PATCH v2 1/9] dm: cpu: Fix undefined ENOSYS build error

2015-06-11 Thread Bin Meng
Include otherwise ENOSYS is undefined. Signed-off-by: Bin Meng Acked-by: Simon Glass --- Changes in v2: None common/cmd_cpu.c | 1 + drivers/cpu/cpu-uclass.c | 1 + 2 files changed, 2 insertions(+) diff --git a/common/cmd_cpu.c b/common/cmd_cpu.c index c3e229f..b4af64f 100644 --- a/