Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1605248
| From | Rick Chang <rick.chang@mediatek.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/2] [media] vcodec: mediatek: mark pm functions as __maybe_unused |
| Date | 2017-03-21 02:50 +0100 |
| Message-ID | <tnh5U-4MQ-5@gated-at.bofh.it> (permalink) |
| References | <tn2gz-2R9-51@gated-at.bofh.it> <tn2gA-2R9-61@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, 2017-03-20 at 10:47 +0100, Arnd Bergmann wrote: > When CONFIG_PM is disabled, we get a couple of unused functions: > > drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c:927:13: error: 'mtk_jpeg_clk_off' defined but not used [-Werror=unused-function] > static void mtk_jpeg_clk_off(struct mtk_jpeg_dev *jpeg) > ^~~~~~~~~~~~~~~~ > drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c:916:13: error: 'mtk_jpeg_clk_on' defined but not used [-Werror=unused-function] > static void mtk_jpeg_clk_on(struct mtk_jpeg_dev *jpeg) > > Rather than adding more error-prone #ifdefs around those, this patch > removes the existing #ifdef checks and marks the PM functions as __maybe_unused > to let gcc do the right thing. > > Signed-off-by: Arnd Bergmann <arnd@arndb.de> > --- > drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c | 12 ++++-------- > 1 file changed, 4 insertions(+), 8 deletions(-) Acked-by: Rick Chang <rick.chang@mediatek.com>
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 1/2] [media] vcodec: mediatek: add missing linux/slab.h include Arnd Bergmann <arnd@arndb.de> - 2017-03-20 11:00 +0100
[PATCH 2/2] [media] vcodec: mediatek: mark pm functions as __maybe_unused Arnd Bergmann <arnd@arndb.de> - 2017-03-20 11:00 +0100
Re: [PATCH 2/2] [media] vcodec: mediatek: mark pm functions as __maybe_unused Rick Chang <rick.chang@mediatek.com> - 2017-03-21 02:50 +0100
Re: [PATCH 1/2] [media] vcodec: mediatek: add missing linux/slab.h include Rick Chang <rick.chang@mediatek.com> - 2017-03-21 02:30 +0100
csiph-web