> > Signed-Off-By: <[EMAIL PROTECTED]>
>
> SCC_clocks is unused. Is this intentional?
>
> Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]>
>
> --- linux-m68k-2.6.19.orig/drivers/char/atari_scc.c   2006-12-12 
> 21:52:31.000000000 +0100
> +++ linux-m68k-2.6.19/drivers/char/atari_scc.c        2006-12-12 
> 21:52:31.000000000 +0100
> @@ -145,12 +145,6 @@ static struct tty_operations scc_ops = {
>       .break_ctl = scc_break_ctl,
>  };
>
> -static unsigned SCC_clocks[2][2] = {
> -       /* RTxC */                    /* TRxC */
> -     { SCC_BAUD_BASE_PCLK4,  SCC_BAUD_BASE_NONE },   /* Channel A */
> -     { SCC_BAUD_BASE_TIMC,   SCC_BAUD_BASE_BCLK }    /* Channel B */
> -};
> -
>  /* BRG values for the standard speeds and the various clock sources */
>
>  typedef struct {

That's a leftover from the 2.2 SCC driver which was shared with VME. The
baud rate selection no longer depends on clock source selection, so this
can be removed.

        Michael
-
To unsubscribe from this list: send the line "unsubscribe linux-m68k" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to