From: Sebastian Ott Date: Fri, 11 Sep 2009 08:28:27 +0000 (+0200) Subject: [S390] cio: remove ccw_device init_name X-Git-Tag: v2.6.32-rc1~734^2~40 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ac276f8cb020adbbc3399c47edc1100748c2c16;p=pandora-kernel.git [S390] cio: remove ccw_device init_name We used the init_name to set the console ccw_device's name early at the boot stage. This patch moves the name setting (for all ccw devices) to the point where we actually register the device. At this time we can do dynamic allocations and therefore use dev_set_name. Signed-off-by: Sebastian Ott Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed