Re: [PATCH 10/39] hwmon: remove DEFINE_PCI_DEVICE_TABLE macro

2013-12-03 Thread Guenter Roeck
On 12/03/2013 12:02 AM, Jean Delvare wrote: On Mon, 2 Dec 2013 16:17:41 -0800, Guenter Roeck wrote: On Tue, Dec 03, 2013 at 08:10:29AM +0900, Jingoo Han wrote: Don't use DEFINE_PCI_DEVICE_TABLE macro, because this macro is not preferred. Signed-off-by: Jingoo Han Acked-by: Guenter Roeck

Re: [PATCH 10/39] hwmon: remove DEFINE_PCI_DEVICE_TABLE macro

2013-12-03 Thread Jean Delvare
On Mon, 2 Dec 2013 16:17:41 -0800, Guenter Roeck wrote: > On Tue, Dec 03, 2013 at 08:10:29AM +0900, Jingoo Han wrote: > > Don't use DEFINE_PCI_DEVICE_TABLE macro, because this macro > > is not preferred. > > > > Signed-off-by: Jingoo Han > > Acked-by: Guenter Roeck Acked-by: Jean Delvare too

Re: [PATCH 10/39] hwmon: remove DEFINE_PCI_DEVICE_TABLE macro

2013-12-02 Thread Guenter Roeck
On 12/02/2013 03:10 PM, Jingoo Han wrote: Don't use DEFINE_PCI_DEVICE_TABLE macro, because this macro is not preferred. Signed-off-by: Jingoo Han Applied to hwmon-next Guenter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@v

Re: [PATCH 10/39] hwmon: remove DEFINE_PCI_DEVICE_TABLE macro

2013-12-02 Thread Guenter Roeck
On Tue, Dec 03, 2013 at 08:10:29AM +0900, Jingoo Han wrote: > Don't use DEFINE_PCI_DEVICE_TABLE macro, because this macro > is not preferred. > > Signed-off-by: Jingoo Han Acked-by: Guenter Roeck -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

[PATCH 10/39] hwmon: remove DEFINE_PCI_DEVICE_TABLE macro

2013-12-02 Thread Jingoo Han
Don't use DEFINE_PCI_DEVICE_TABLE macro, because this macro is not preferred. Signed-off-by: Jingoo Han --- drivers/hwmon/fam15h_power.c |2 +- drivers/hwmon/k10temp.c |2 +- drivers/hwmon/k8temp.c |2 +- drivers/hwmon/sis5595.c |2 +- drivers/hwmon/via686a.c