commit | f21c6d4a49179f91fd70a41382382f08c780d425 | [log] [tgz] |
---|---|---|
author | Stephen Rothwell <sfr@canb.auug.org.au> | Mon Feb 20 07:22:38 2012 +1100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Feb 24 16:11:50 2012 -0800 |
tree | 2ec191e9461fcd0a75fc18745ea1b4092051ff85 | |
parent | b01543dfe67bb1d191998e90d20534dc354de059 [diff] |
tty/powerpc: early udbg consoles can't be modules Fixes these build errors: ERROR: ".udbg_printf" [drivers/tty/ehv_bytechan.ko] undefined! ERROR: ".register_early_udbg_console" [drivers/tty/ehv_bytechan.ko] undefined! ERROR: "udbg_putc" [drivers/tty/ehv_bytechan.ko] undefined! Cc: Timur Tabi <timur@freescale.com> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>