Re: [PATCH 2/6] hpet: remove unused writeq/readq function definitions

2017-03-27 Thread Corentin Labbe
On Mon, Mar 27, 2017 at 09:51:23AM +0200, Clemens Ladisch wrote: > Corentin Labbe wrote: > > On Mon, Mar 27, 2017 at 07:49:34AM +0800, kbuild test robot wrote: > >>drivers//char/hpet.c: In function 'hpet_timer_set_irq': > drivers//char/hpet.c:207:7: error: implicit declaration of function

Re: [PATCH 2/6] hpet: remove unused writeq/readq function definitions

2017-03-27 Thread Corentin Labbe
On Mon, Mar 27, 2017 at 09:51:23AM +0200, Clemens Ladisch wrote: > Corentin Labbe wrote: > > On Mon, Mar 27, 2017 at 07:49:34AM +0800, kbuild test robot wrote: > >>drivers//char/hpet.c: In function 'hpet_timer_set_irq': > drivers//char/hpet.c:207:7: error: implicit declaration of function

Re: [PATCH 2/6] hpet: remove unused writeq/readq function definitions

2017-03-27 Thread Clemens Ladisch
Corentin Labbe wrote: > On Mon, Mar 27, 2017 at 07:49:34AM +0800, kbuild test robot wrote: >>drivers//char/hpet.c: In function 'hpet_timer_set_irq': drivers//char/hpet.c:207:7: error: implicit declaration of function 'readq' [-Werror=implicit-function-declaration] > > Wrongly

Re: [PATCH 2/6] hpet: remove unused writeq/readq function definitions

2017-03-27 Thread Clemens Ladisch
Corentin Labbe wrote: > On Mon, Mar 27, 2017 at 07:49:34AM +0800, kbuild test robot wrote: >>drivers//char/hpet.c: In function 'hpet_timer_set_irq': drivers//char/hpet.c:207:7: error: implicit declaration of function 'readq' [-Werror=implicit-function-declaration] > > Wrongly

Re: [PATCH 2/6] hpet: remove unused writeq/readq function definitions

2017-03-27 Thread Corentin Labbe
On Mon, Mar 27, 2017 at 07:49:34AM +0800, kbuild test robot wrote: > Hi Corentin, > > [auto build test ERROR on char-misc/char-misc-testing] > [also build test ERROR on v4.11-rc4 next-20170324] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the system]

Re: [PATCH 2/6] hpet: remove unused writeq/readq function definitions

2017-03-27 Thread Corentin Labbe
On Mon, Mar 27, 2017 at 07:49:34AM +0800, kbuild test robot wrote: > Hi Corentin, > > [auto build test ERROR on char-misc/char-misc-testing] > [also build test ERROR on v4.11-rc4 next-20170324] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the system]

Re: [PATCH 2/6] hpet: remove unused writeq/readq function definitions

2017-03-26 Thread kbuild test robot
Hi Corentin, [auto build test ERROR on char-misc/char-misc-testing] [also build test ERROR on v4.11-rc4 next-20170324] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 2/6] hpet: remove unused writeq/readq function definitions

2017-03-26 Thread kbuild test robot
Hi Corentin, [auto build test ERROR on char-misc/char-misc-testing] [also build test ERROR on v4.11-rc4 next-20170324] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH 2/6] hpet: remove unused writeq/readq function definitions

2017-03-25 Thread Corentin Labbe
hpet is availlable only on x86/ia64 and thoses arch both provides readq/writeq functions. So this patch remove unused writeq/readq function definitions in hpet.c Signed-off-by: Corentin Labbe --- drivers/char/hpet.c | 16 1 file changed, 16

[PATCH 2/6] hpet: remove unused writeq/readq function definitions

2017-03-25 Thread Corentin Labbe
hpet is availlable only on x86/ia64 and thoses arch both provides readq/writeq functions. So this patch remove unused writeq/readq function definitions in hpet.c Signed-off-by: Corentin Labbe --- drivers/char/hpet.c | 16 1 file changed, 16 deletions(-) diff --git