diff options
| author | Jiri Slaby <[email protected]> | 2012-08-07 21:47:27 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2012-08-10 13:27:50 -0700 |
| commit | 3dd332c553996eec2593110b05abf8a4819b5c28 (patch) | |
| tree | 8841ed6a19c4aa37f286051184d1e25f41707ac4 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/SchedGui.py | |
| parent | 6f9ea7ad7be10dca95e7ca57221c5f81be48d852 (diff) | |
TTY: 68328serial, fix compilation
tty_struct->termios is no longer a pointer. This was changed recently
by "tty: move the termios object into the tty". But 68328serial was
not changed, so we now have a compilation error:
68328serial.c: In function 'change_speed':
68328serial.c:518:22: error: invalid type argument of '->' (have 'struct ktermios')
68328serial.c: In function 'rs_set_ldisc':
68328serial.c:620:31: error: invalid type argument of '->' (have 'struct ktermios')
68328serial.c: In function 'rs_set_termios':
68328serial.c:988:20: error: invalid type argument of '->' (have 'struct ktermios')
Fix that now.
Signed-off-by: Jiri Slaby <[email protected]>
Acked-by: Alan Cox <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/SchedGui.py')
0 files changed, 0 insertions, 0 deletions