From: Hannes Reinecke Date: Wed, 9 Nov 2005 21:47:18 +0000 (+0100) Subject: [PATCH] ide: incorrect device link for ide-cs X-Git-Tag: v2.6.15-rc1~52^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4349d5cdf28d46c22d467079e80ee9695dcec0ad;p=pandora-kernel.git [PATCH] ide: incorrect device link for ide-cs Devices driven by ide-cs will appear under /sys/devices instead of the appropriate PCMCIA device. To fix this I had to extend the hw_regs_t structure with a 'struct device' field, which allows us to set the parent link for the appropriate hwif. Signed-off-by: Hannes Reinecke Signed-off-by: Jens Axboe Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed