Re: [PATCH mmotm] x86, mm: ioremap_pud_capable can be static

2015-03-05 Thread Toshi Kani
On Thu, 2015-03-05 at 20:35 +0800, kbuild test robot wrote: > Signed-off-by: Fengguang Wu Thanks for the update! Reviewed-by: Toshi Kani -Toshi > --- > ioremap.c |6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/lib/ioremap.c b/lib/ioremap.c > index

[PATCH mmotm] x86, mm: ioremap_pud_capable can be static

2015-03-05 Thread kbuild test robot
Signed-off-by: Fengguang Wu --- ioremap.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ioremap.c b/lib/ioremap.c index 3055ada..1634c53 100644 --- a/lib/ioremap.c +++ b/lib/ioremap.c @@ -14,9 +14,9 @@ #include #ifdef CONFIG_HAVE_ARCH_HUGE_VMAP -int

Re: [PATCH mmotm] x86, mm: ioremap_pud_capable can be static

2015-03-05 Thread Toshi Kani
On Thu, 2015-03-05 at 20:35 +0800, kbuild test robot wrote: Signed-off-by: Fengguang Wu fengguang...@intel.com Thanks for the update! Reviewed-by: Toshi Kani toshi.k...@hp.com -Toshi --- ioremap.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[PATCH mmotm] x86, mm: ioremap_pud_capable can be static

2015-03-05 Thread kbuild test robot
Signed-off-by: Fengguang Wu fengguang...@intel.com --- ioremap.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ioremap.c b/lib/ioremap.c index 3055ada..1634c53 100644 --- a/lib/ioremap.c +++ b/lib/ioremap.c @@ -14,9 +14,9 @@ #include asm/pgtable.h #ifdef