commit | 117d5d424a1ee7aedaf6ad8b0ba6eff163c57815 | [log] [tgz] |
---|---|---|
author | Alexander Shiyan <shc_work@mail.ru> | Sun Oct 14 11:05:24 2012 +0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Oct 24 11:39:47 2012 -0700 |
tree | 315be11a2597c1918509bf157815976eddec671a | |
parent | 95113728f03cc6775ae895133c7fc420221cc8a4 [diff] |
serial: clps711x: Convert all static variables to dynamic This patch converts all static variables of clps711x serial driver to dynamic allocating. In this case we are should remove console_initcall() and declare console during driver registration. Early kernel messages can be retrieved by add "earlyprintk" option to the kernel command line. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>