From: Andrew Morton <[EMAIL PROTECTED]>

drivers/usb/serial/funsoft.c: In function `funsoft_ioctl':
drivers/usb/serial/funsoft.c:35: warning: dereferencing `void *' pointer
drivers/usb/serial/funsoft.c:35: error: request for member `c_iflag' in 
something not a structure or union
drivers/usb/serial/funsoft.c:35: error: request for member `c_iflag' in 
something not a structure or union
drivers/usb/serial/funsoft.c:35: error: request for member `c_iflag' in 
something not a structure or union
drivers/usb/serial/funsoft.c:35: warning: type defaults to `int' in declaration 
of `type name'
drivers/usb/serial/funsoft.c:35: warning: dereferencing `void *' pointer
drivers/usb/serial/funsoft.c:35: error: request for member `c_oflag' in 
something not a structure or union
drivers/usb/serial/funsoft.c:35: error: request for member `c_oflag' in 
something not a structure or union
drivers/usb/serial/funsoft.c:35: error: request for member `c_oflag' in 
something not a structure or union
drivers/usb/serial/funsoft.c:35: warning: type defaults to `int' in declaration 
of `type name'
drivers/usb/serial/funsoft.c:35: warning: dereferencing `void *' pointer
drivers/usb/serial/funsoft.c:35: error: request for member `c_cflag' in 
something not a structure or union
drivers/usb/serial/funsoft.c:35: error: request for member `c_cflag' in 
something not a structure or union
drivers/usb/serial/funsoft.c:35: error: request for member `c_cflag' in 
something not a structure or union
drivers/usb/serial/funsoft.c:35: warning: type defaults to `int' in declaration 
of `type name'
drivers/usb/serial/funsoft.c:35: warning: dereferencing `void *' pointer
drivers/usb/serial/funsoft.c:35: error: request for member `c_lflag' in 
something not a structure or union
drivers/usb/serial/funsoft.c:35: error: request for member `c_lflag' in 
something not a structure or union
drivers/usb/serial/funsoft.c:35: error: request for member `c_lflag' in 
something not a structure or union
drivers/usb/serial/funsoft.c:35: warning: type defaults to `int' in declaration 
of `type name'
drivers/usb/serial/funsoft.c:35: warning: dereferencing `void *' pointer
drivers/usb/serial/funsoft.c:35: error: request for member `c_line' in 
something not a structure or union
drivers/usb/serial/funsoft.c:35: error: request for member `c_line' in 
something not a structure or union
drivers/usb/serial/funsoft.c:35: error: request for member `c_line' in 
something not a structure or union
drivers/usb/serial/funsoft.c:35: warning: type defaults to `int' in declaration 
of `type name'
drivers/usb/serial/funsoft.c:35: warning: dereferencing `void *' pointer
drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something 
not a structure or union
drivers/usb/serial/funsoft.c:35: warning: dereferencing `void *' pointer
drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something 
not a structure or union
drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something 
not a structure or union
drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something 
not a structure or union
drivers/usb/serial/funsoft.c:35: warning: type defaults to `int' in declaration 
of `type name'
drivers/usb/serial/funsoft.c:35: warning: dereferencing `void *' pointer
drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something 
not a structure or union
drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something 
not a structure or union
drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something 
not a structure or union
drivers/usb/serial/funsoft.c:35: warning: type defaults to `int' in declaration 
of `type name'
drivers/usb/serial/funsoft.c:35: warning: dereferencing `void *' pointer
drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something 
not a structure or union
drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something 
not a structure or union
drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something 
not a structure or union
drivers/usb/serial/funsoft.c:35: warning: type defaults to `int' in declaration 
of `type name'
drivers/usb/serial/funsoft.c:35: warning: dereferencing `void *' pointer
drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something 
not a structure or union
drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something 
not a structure or union
drivers/usb/serial/funsoft.c:35: error: request for member `c_cc' in something 
not a structure or union
drivers/usb/serial/funsoft.c:35: warning: type defaults to `int' in declaration 
of `type name'

Cc: David Clare <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
---
 drivers/usb/serial/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig
index 2f4d303..c8999ae 100644
--- a/drivers/usb/serial/Kconfig
+++ b/drivers/usb/serial/Kconfig
@@ -170,7 +170,7 @@ config USB_SERIAL_FTDI_SIO
 
 config USB_SERIAL_FUNSOFT
        tristate "USB Fundamental Software Dongle Driver"
-       depends on USB_SERIAL
+       depends on USB_SERIAL && !(SPARC || SPARC64)
        ---help---
          Say Y here if you want to use the Fundamental Software dongle.
 
-- 
1.4.4.3


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to