Re: [PATCH 3/5] W1: w1-gpio - guard DT IDs with CONFIG_OF

2013-03-12 Thread Greg Kroah-Hartman
On Sun, Feb 24, 2013 at 10:59:35PM -0800, Dmitry Torokhov wrote: > This fixes the following warning: > > CC drivers/w1/masters/w1-gpio.o > drivers/w1/masters/w1-gpio.c:50:28: warning: ‘w1_gpio_dt_ids’ defined but not > used [-Wunused-variable] > > Also provide stub for w1_gpio_probe_dt()

Re: [PATCH 3/5] W1: w1-gpio - guard DT IDs with CONFIG_OF

2013-03-12 Thread Greg Kroah-Hartman
On Sun, Feb 24, 2013 at 10:59:35PM -0800, Dmitry Torokhov wrote: This fixes the following warning: CC drivers/w1/masters/w1-gpio.o drivers/w1/masters/w1-gpio.c:50:28: warning: ‘w1_gpio_dt_ids’ defined but not used [-Wunused-variable] Also provide stub for w1_gpio_probe_dt() if

[PATCH 3/5] W1: w1-gpio - guard DT IDs with CONFIG_OF

2013-02-24 Thread Dmitry Torokhov
This fixes the following warning: CC drivers/w1/masters/w1-gpio.o drivers/w1/masters/w1-gpio.c:50:28: warning: ‘w1_gpio_dt_ids’ defined but not used [-Wunused-variable] Also provide stub for w1_gpio_probe_dt() if device tree support is disabled. Signed-off-by: Dmitry Torokhov ---

[PATCH 3/5] W1: w1-gpio - guard DT IDs with CONFIG_OF

2013-02-24 Thread Dmitry Torokhov
This fixes the following warning: CC drivers/w1/masters/w1-gpio.o drivers/w1/masters/w1-gpio.c:50:28: warning: ‘w1_gpio_dt_ids’ defined but not used [-Wunused-variable] Also provide stub for w1_gpio_probe_dt() if device tree support is disabled. Signed-off-by: Dmitry Torokhov

[PATCH 3/5] W1: w1-gpio - guard DT IDs with CONFIG_OF

2013-02-22 Thread Dmitry Torokhov
This fixes the following warning: CC drivers/w1/masters/w1-gpio.o drivers/w1/masters/w1-gpio.c:50:28: warning: ‘w1_gpio_dt_ids’ defined but not used [-Wunused-variable] Also provide stub for w1_gpio_probe_dt() if device tree support is disabled. Signed-off-by: Dmitry Torokhov ---

[PATCH 3/5] W1: w1-gpio - guard DT IDs with CONFIG_OF

2013-02-22 Thread Dmitry Torokhov
This fixes the following warning: CC drivers/w1/masters/w1-gpio.o drivers/w1/masters/w1-gpio.c:50:28: warning: ‘w1_gpio_dt_ids’ defined but not used [-Wunused-variable] Also provide stub for w1_gpio_probe_dt() if device tree support is disabled. Signed-off-by: Dmitry Torokhov