Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1701619
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | linux-next: build warning after merge of the fbdev tree |
| Date | 2017-08-02 03:40 +0200 |
| Message-ID | <u9QNH-3g2-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Bartlomiej,
After merging the fbdev tree, today's linux-next build (x86_64
allmodconfig) produced this warning:
drivers/video/fbdev/matrox/matroxfb_base.c:1583:12: warning: 'hotplug' defined but not used [-Wunused-variable]
static int hotplug = 0;
^
Introduced by commit
376b3ff54c9a ("fbdev: Nuke FBINFO_MODULE")
"hotplug" is only used when CONFIG_MODULE is not set, now.
--
Cheers,
Stephen Rothwell
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
linux-next: build warning after merge of the fbdev tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-08-02 03:40 +0200
csiph-web