From: Cornelia Huck Date: Fri, 4 May 2007 16:47:50 +0000 (+0200) Subject: [S390] cio: Deprecate read_dev_chars() and read_conf_data{,_lpm}(). X-Git-Tag: v2.6.22-rc1~1089 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52706ec903dcc7679acf5b93400d68fbc5384553;p=pandora-kernel.git [S390] cio: Deprecate read_dev_chars() and read_conf_data{,_lpm}(). These helper functions are a leftover from 2.4 sync I/O and are a notorious source for bugs. They lead to device driver specific code creeping into cio, and some issues can't really be fixed at all. Device drivers can easily implement those functions themselves in a more robust manner, so let's get rid of them. Signed-off-by: Cornelia Huck Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed