Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1493540
| From | Robert Jarzmik <robert.jarzmik@free.fr> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] dmaengine: pxa_dma: remove unused function |
| Date | 2016-09-29 17:50 +0200 |
| Message-ID | <smLKV-5Vi-9@gated-at.bofh.it> (permalink) |
| References | <smJg6-4x7-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Baoyou Xie <baoyou.xie@linaro.org> writes:
> We get 1 warning when building kernel with W=1:
> drivers/dma/pxa_dma.c:1525:5: warning: no previous prototype for 'pxad_toggle_reserved_channel' [-Wmissing-prototypes]
>
> In fact, this function is called by no one, so this patch removes it.
>
> Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
Okay, yet I'd rather have a revert of commit c91134d91944 ("dmaengine: pxa_dma:
add support for legacy transition") , with the commit message saying:
The conversion of the pxa architecture is now finished for all drivers, so this
functions has fullfilled its purpose and can now be removed.
I have a similar patch in my internal tree, but yours can very well go in, as
long as it is a revert with a statement explaining why it is necessary now and
not before.
Cheers.
--
Robert
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] dmaengine: pxa_dma: remove unused function Baoyou Xie <baoyou.xie@linaro.org> - 2016-09-29 15:10 +0200 Re: [PATCH] dmaengine: pxa_dma: remove unused function Robert Jarzmik <robert.jarzmik@free.fr> - 2016-09-29 17:50 +0200
csiph-web