From: Sebastian Ott Date: Tue, 16 Apr 2013 12:20:15 +0000 (+0200) Subject: s390/pci: remove disable_device implementation X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~146^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e4d035a928340e828f633059b735901584c67a7;p=pandora-kernel.git s390/pci: remove disable_device implementation pci_disable_device is called by a driver after it stops using the pci function - e.g. during the removal of the driver. The current implementation removes the architecture specific information of this function such that even after a call to pci_enable_device the pci function is no longer usable. Just remove pcibios_disable_device. Reviewed-by: Gerald Schaefer Signed-off-by: Sebastian Ott Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed