Skip to content

Commit

Permalink
[PATCH] xtensa: Fix TIOCGICOUNT macro
Browse files Browse the repository at this point in the history
Remove the dependence on the async_icount structure in the TIOCGICOUNT
macro for Xtensa.  (Thanks Russell and Adrian for pointing this out)

Signed-off-by: Chris Zankel <chris@zankel.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Chris Zankel authored and Linus Torvalds committed Apr 20, 2006
1 parent 0324680 commit 68876ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-xtensa/ioctls.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@
#define TIOCSERSETMULTI _IOW('T', 91, struct serial_multiport_struct) /* Set multiport config */

#define TIOCMIWAIT _IO('T', 92) /* wait for a change on serial input line(s) */
#define TIOCGICOUNT _IOR('T', 93, struct async_icount) /* read serial port inline interrupt counts */
#define TIOCGICOUNT 0x545D /* read serial port inline interrupt counts */

#endif /* _XTENSA_IOCTLS_H */

0 comments on commit 68876ba

Please sign in to comment.