From: Borislav Petkov Date: Sat, 2 Feb 2008 18:56:51 +0000 (+0100) Subject: ide-tape: remove idetape_config_t typedef X-Git-Tag: v2.6.25-rc1~1068^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d59823fa44f7d9babf586b3c705db314aa0f9822;p=pandora-kernel.git ide-tape: remove idetape_config_t typedef Since this is used only in idetape_blkdev_ioctl(), remove the typedef and make the struct function-local. Bart: - s/sizeof(struct idetape_config)/sizeof(config)/ Signed-off-by: Borislav Petkov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed