mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
[S390] 3215/3270 console: remove wrong comment
When converting these two drivers from bootmem to slab allocations I forgot to remove two comments which state that this wouldn't be possible. So remove them now since this caused confusion already. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
5e24eb08e8
commit
42d61b9b41
2 changed files with 0 additions and 2 deletions
|
@ -857,7 +857,6 @@ static struct console con3215 = {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* 3215 console initialization code called from console_init().
|
* 3215 console initialization code called from console_init().
|
||||||
* NOTE: This is called before kmalloc is available.
|
|
||||||
*/
|
*/
|
||||||
static int __init con3215_init(void)
|
static int __init con3215_init(void)
|
||||||
{
|
{
|
||||||
|
|
|
@ -572,7 +572,6 @@ static struct console con3270 = {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* 3270 console initialization code called from console_init().
|
* 3270 console initialization code called from console_init().
|
||||||
* NOTE: This is called before kmalloc is available.
|
|
||||||
*/
|
*/
|
||||||
static int __init
|
static int __init
|
||||||
con3270_init(void)
|
con3270_init(void)
|
||||||
|
|
Loading…
Reference in a new issue