]> git.baikalelectronics.ru Git - kernel.git/commit
s390/cio: get rid of static console device
authorSebastian Ott <sebott@linux.vnet.ibm.com>
Sat, 13 Apr 2013 11:03:03 +0000 (13:03 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 17 Apr 2013 12:07:32 +0000 (14:07 +0200)
commit72fb144bacb81993316cb757c9a1348d03f16642
treef81c16aa5b6561e4988cdb4c78ea657c85f3f459
parent6b3e7d586819b618d84a55d7f40161e32552c2f6
s390/cio: get rid of static console device

Remove the static console ccw device (and friends) and use dynamic
allocation for these structures. With this change the console
device is treated (mostly) like any other ccw device and we can
remove some special cases.

Reviewed-by: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/s390/cio/device.c