From: Bartlomiej Zolnierkiewicz Date: Fri, 8 Jan 2010 08:11:01 +0000 (-0800) Subject: scc_pata: fix module unloading X-Git-Tag: v2.6.34-rc1~203^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cd7d9247ffa2a27508c69563b66713519c196f5;p=pandora-kernel.git scc_pata: fix module unloading scc_pata host driver predated module unloading support for IDE host drivers so even though it supports PCI hot-unplug and implements PCI device ->remove method it doesn't allow module removal. Fix it. Add missing __init/__exit tags to module_init/module_exit functions while at it (from Peter Huewe). Noticed-by: Jiri Kosina Signed-off-by: Bartlomiej Zolnierkiewicz Signed-off-by: David S. Miller --- Reading git-diff-tree failed