linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [tty:tty-next 10/16] fs/compat_ioctl.c:869:1: error: 'TIOCSRS485' undeclared here (not in a function)
@ 2012-09-22  0:50 Fengguang Wu
  2012-09-24 15:39 ` Jaeden Amero
  0 siblings, 1 reply; 3+ messages in thread
From: Fengguang Wu @ 2012-09-22  0:50 UTC (permalink / raw)
  To: Jaeden Amero; +Cc: kernel-janitors, Greg Kroah-Hartman, Alan Cox, linux-serial

Hi Jaeden,

FYI, kernel build failed on

tree:   git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tty-next
head:   ac57e7f38ea6fe7358cd0b7a2f2d21aef5ab70cd
commit: 84c3b84860440a9e3a3666c14112f41311b8f623 [10/16] compat_ioctl: Add RS-485 IOCTLs to the list
config: mips-fuloong2e_defconfig

All related error/warning messages:

fs/compat_ioctl.c:869:1: error: 'TIOCSRS485' undeclared here (not in a function)
fs/compat_ioctl.c:870:1: error: 'TIOCGRS485' undeclared here (not in a function)

vim +869 fs/compat_ioctl.c
   863	COMPATIBLE_IOCTL(TIOCSPGRP)
   864	COMPATIBLE_IOCTL(TIOCGPGRP)
   865	COMPATIBLE_IOCTL(TIOCGPTN)
   866	COMPATIBLE_IOCTL(TIOCSPTLCK)
   867	COMPATIBLE_IOCTL(TIOCSERGETLSR)
   868	COMPATIBLE_IOCTL(TIOCSIG)
 > 869	COMPATIBLE_IOCTL(TIOCSRS485)
   870	COMPATIBLE_IOCTL(TIOCGRS485)
   871	#ifdef TCGETS2
   872	COMPATIBLE_IOCTL(TCGETS2)

---
0-DAY kernel build testing backend         Open Source Technology Centre
Fengguang Wu, Yuanhan Liu                              Intel Corporation

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-09-24 15:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-22  0:50 [tty:tty-next 10/16] fs/compat_ioctl.c:869:1: error: 'TIOCSRS485' undeclared here (not in a function) Fengguang Wu
2012-09-24 15:39 ` Jaeden Amero
2012-09-24 15:39   ` [PATCH] compat_ioctl: Avoid using undefined RS-485 IOCTLs Jaeden Amero

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).