From: Linus Torvalds Date: Wed, 4 Jun 2008 17:35:03 +0000 (-0700) Subject: Fix uart_set_ldisc() function type X-Git-Tag: v2.6.26-rc5~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edeb280e49d38a5330db25463ef45f5466b0058a;p=pandora-kernel.git Fix uart_set_ldisc() function type Commit 64e9159f5d2c4edf5fa6425031e556f8fddaf7e6 ("serial_core: uart_set_ldisc infrastructure") introduced the ability for low-level serial drivers to be informed when the tty ldisc changes. However, the actual tty-layer function that does this callback for serial devices was declared with the wrong type, having a spurious and unused 'ldisc' argument. This fixed the resulting compiler warning by just removing it. Acked-by: Blithering Idiot Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed