aboutsummaryrefslogtreecommitdiffstats
path: root/net/irda
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-03-26 00:55:50 -0700
committerDavid S. Miller <davem@davemloft.net>2008-03-26 00:55:50 -0700
commit8c7230f781749cd7261b504c0bfa188bb96e77ee (patch)
treeb62a6657e147284af9ec2a1210d7d5964c6bdc27 /net/irda
parent[UML]: uml-net: don't set IFF_ALLMULTI in set_multicast_list (diff)
downloadlinux-dev-8c7230f781749cd7261b504c0bfa188bb96e77ee.tar.xz
linux-dev-8c7230f781749cd7261b504c0bfa188bb96e77ee.zip
[IRDA]: Store irnet_socket termios properly.
It should be a "struct ktermios" not a "struct termios". Based upon a build warning reported by Stephen Rothwell. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/irda')
-rw-r--r--net/irda/irnet/irnet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/irda/irnet/irnet.h b/net/irda/irnet/irnet.h
index bc2e15ce7004..7873c392ab4c 100644
--- a/net/irda/irnet/irnet.h
+++ b/net/irda/irnet/irnet.h
@@ -405,7 +405,7 @@ typedef struct irnet_socket
/* "pppd" interact directly with us on a /dev/ file */
struct file * file; /* File descriptor of this instance */
/* TTY stuff - to keep "pppd" happy */
- struct termios termios; /* Various tty flags */
+ struct ktermios termios; /* Various tty flags */
/* Stuff for the control channel */
int event_index; /* Last read in the event log */