* [PATCH] iio:stm32-lp-timer and ep93xx: drop assign iio_info.driver_module and iio_trigger_ops.owner
@ 2017-09-26 7:05 Jonathan Cameron
2017-09-26 7:36 ` Greg Kroah-Hartman
0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Cameron @ 2017-09-26 7:05 UTC (permalink / raw)
To: Greg Kroah-Hartman, linux-iio; +Cc: Stephen Rothwell
The equivalent of both of these are now done via macro magic when
the relevant register calls are made. The actual structure
elements have gone away.
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
---
Greg, please take this one directly for staging-next. This should fix
the build failures Stephen is seeing with linux-next. Thanks!
Sorry about this one. I somehow completely failed to realise that the
two drivers that went into mainline via other trees last cycle, were
not yet in my local branch when I last tested this set.
Hindsight shows I should have done this in two goes with the change
in pull request 1 and the actual removal a while later.
Sorry for the waste of time. Obviously this will cause bisection issues
but hopefully not that many people will try bisect anything with these two
obscure drivers.
drivers/iio/adc/ep93xx_adc.c | 1 -
drivers/iio/counter/stm32-lptimer-cnt.c | 1 -
drivers/iio/trigger/stm32-lptimer-trigger.c | 1 -
3 files changed, 3 deletions(-)
diff --git a/drivers/iio/adc/ep93xx_adc.c b/drivers/iio/adc/ep93xx_adc.c
index a179ac476c6d..81c901507ad2 100644
--- a/drivers/iio/adc/ep93xx_adc.c
+++ b/drivers/iio/adc/ep93xx_adc.c
@@ -150,7 +150,6 @@ static int ep93xx_read_raw(struct iio_dev *iiodev,
}
static const struct iio_info ep93xx_adc_info = {
- .driver_module = THIS_MODULE,
.read_raw = ep93xx_read_raw,
};
diff --git a/drivers/iio/counter/stm32-lptimer-cnt.c b/drivers/iio/counter/stm32-lptimer-cnt.c
index 1c5909bb1605..81ae5f74216d 100644
--- a/drivers/iio/counter/stm32-lptimer-cnt.c
+++ b/drivers/iio/counter/stm32-lptimer-cnt.c
@@ -178,7 +178,6 @@ static int stm32_lptim_read_raw(struct iio_dev *indio_dev,
static const struct iio_info stm32_lptim_cnt_iio_info = {
.read_raw = stm32_lptim_read_raw,
.write_raw = stm32_lptim_write_raw,
- .driver_module = THIS_MODULE,
};
static const char *const stm32_lptim_quadrature_modes[] = {
diff --git a/drivers/iio/trigger/stm32-lptimer-trigger.c b/drivers/iio/trigger/stm32-lptimer-trigger.c
index 241eae6a4306..de361d879929 100644
--- a/drivers/iio/trigger/stm32-lptimer-trigger.c
+++ b/drivers/iio/trigger/stm32-lptimer-trigger.c
@@ -37,7 +37,6 @@ static int stm32_lptim_validate_device(struct iio_trigger *trig,
}
static const struct iio_trigger_ops stm32_lptim_trigger_ops = {
- .owner = THIS_MODULE,
.validate_device = stm32_lptim_validate_device,
};
--
2.14.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] iio:stm32-lp-timer and ep93xx: drop assign iio_info.driver_module and iio_trigger_ops.owner
2017-09-26 7:05 [PATCH] iio:stm32-lp-timer and ep93xx: drop assign iio_info.driver_module and iio_trigger_ops.owner Jonathan Cameron
@ 2017-09-26 7:36 ` Greg Kroah-Hartman
2017-09-26 7:42 ` Jonathan Cameron
0 siblings, 1 reply; 3+ messages in thread
From: Greg Kroah-Hartman @ 2017-09-26 7:36 UTC (permalink / raw)
To: Jonathan Cameron; +Cc: linux-iio, Stephen Rothwell
On Tue, Sep 26, 2017 at 08:05:08AM +0100, Jonathan Cameron wrote:
>
> The equivalent of both of these are now done via macro magic when
> the relevant register calls are made. The actual structure
> elements have gone away.
>
> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
You forgot a "Reported-by:" tag here, I'll go add it by hand :)
thanks,
greg k-h
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] iio:stm32-lp-timer and ep93xx: drop assign iio_info.driver_module and iio_trigger_ops.owner
2017-09-26 7:36 ` Greg Kroah-Hartman
@ 2017-09-26 7:42 ` Jonathan Cameron
0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Cameron @ 2017-09-26 7:42 UTC (permalink / raw)
To: Greg Kroah-Hartman, Jonathan Cameron; +Cc: linux-iio, Stephen Rothwell
On 26 September 2017 08:36:40 BST, Greg Kroah-Hartman <gregkh@linuxfoundat=
ion=2Eorg> wrote:
>On Tue, Sep 26, 2017 at 08:05:08AM +0100, Jonathan Cameron wrote:
>>=20
>> The equivalent of both of these are now done via macro magic when
>> the relevant register calls are made=2E The actual structure
>> elements have gone away=2E
>>=20
>> Signed-off-by: Jonathan Cameron <Jonathan=2ECameron@huawei=2Ecom>
>
>You forgot a "Reported-by:" tag here, I'll go add it by hand :)
Doh! Sorry Stephen and thanks Greg=2E
Jonathan
>
>thanks,
>
>greg k-h
--=20
Sent from my Android device with K-9 Mail=2E Please excuse my brevity=2E
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-09-26 7:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-26 7:05 [PATCH] iio:stm32-lp-timer and ep93xx: drop assign iio_info.driver_module and iio_trigger_ops.owner Jonathan Cameron
2017-09-26 7:36 ` Greg Kroah-Hartman
2017-09-26 7:42 ` Jonathan Cameron
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox