Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1313811 > unrolled thread

linux-next: build warning after merge of the tty tree

Started byStephen Rothwell <sfr@canb.auug.org.au>
First post2016-01-21 03:00 +0100
Last post2016-01-21 03:10 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  linux-next: build warning after merge of the tty tree Stephen Rothwell <sfr@canb.auug.org.au> - 2016-01-21 03:00 +0100
    Re: linux-next: build warning after merge of the tty tree Greg KH <greg@kroah.com> - 2016-01-21 03:10 +0100

#1313811 — linux-next: build warning after merge of the tty tree

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2016-01-21 03:00 +0100
Subjectlinux-next: build warning after merge of the tty tree
Message-ID<qTcHw-6wi-5@gated-at.bofh.it>
Hi Greg,

After merging the tty tree (now in Linus' tree, sorry for not pointing
it out earlier), today's linux-next build (multi_v7_defconfig) produced
this warning:

drivers/tty/serial/amba-pl011.c:190:27: warning: 'vendor_zte' defined but not used [-Wunused-variable]
 static struct vendor_data vendor_zte = {
                           ^

Introduced by commit

  7ec758718920 ("tty: amba-pl011: add support for ZTE UART (EXPERIMENTAL)")

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

[toc] | [next] | [standalone]


#1313814

FromGreg KH <greg@kroah.com>
Date2016-01-21 03:10 +0100
Message-ID<qTcRb-6Re-5@gated-at.bofh.it>
In reply to#1313811
On Thu, Jan 21, 2016 at 12:56:18PM +1100, Stephen Rothwell wrote:
> Hi Greg,
> 
> After merging the tty tree (now in Linus' tree, sorry for not pointing
> it out earlier), today's linux-next build (multi_v7_defconfig) produced
> this warning:
> 
> drivers/tty/serial/amba-pl011.c:190:27: warning: 'vendor_zte' defined but not used [-Wunused-variable]
>  static struct vendor_data vendor_zte = {
>                            ^
> 
> Introduced by commit
> 
>   7ec758718920 ("tty: amba-pl011: add support for ZTE UART (EXPERIMENTAL)")

Thanks, Arnd sent me a patch for this earlier today, I'll merge it after
4.5-rc1 is out.

thanks,

greg k-h

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web